aboutsummaryrefslogtreecommitdiff
path: root/priv/templates
AgeCommit message (Collapse)Author
2020-10-12Support enabling upload filters during instance genMark Felder
2020-01-10dynamic_configuration renamingAlexander Strizhakov
and moving it from instance settings
2019-07-12merge developRoman Chvanikov
2019-07-10add listener port and ip option for 'pleroma.instance gen' and enable its testSachin Joshi
2019-07-09Merge developRoman Chvanikov
2019-07-03Remove Uploaders.SwiftEgor Kislitsyn
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-22Support RUM indexes in the config generatorrinpatch
2019-06-22Fallback to Config if Mix.Config does not exist, even if Config does notrinpatch
exist either For some weird reason Code.ensure_loaded?(Config) is false on OTP releases even though `use Config` from config files works just fine.
2019-06-21use Config in generated config when availablerinpatch
Mix.Config is deprecated and does not work on OTP releases. However we can't fully switch to Config because it is not present in Elixir < 1.9. I tried to evaluate if Config is available at runtime, but for some weird reason OTP releases crash if I do that.
2019-06-21Move config templates to priv so they can be found in releasesrinpatch