generated from coop-cloud/example
Update peertube config #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The upstream config file has had a LOT of additions https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example
CC @rscmbbng
There is also a
default.ymlthat probably should be shipped in the recipe.Yes! I wonder how this relates to #16; which files should we include as docker configs directly, which should be "initial deploy only" configs (e.g.
production-initial.ymlwhich is only copied toproduction.ymlif it doesn't exist), and which should be entirely operator-managed 🤔