Ask for proxy URL if proxy enabled.
Also change the true/false question to y/n
This commit is contained in:
parent
29b7e822fb
commit
d56ab43609
2 changed files with 11 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ config :pleroma, :instance,
|
|||
config :pleroma, :media_proxy,
|
||||
enabled: <%= mediaproxy %>,
|
||||
redirect_on_failure: true,
|
||||
#base_url: "https://cache.pleroma.social"
|
||||
base_url: "<%= proxy_url %>"
|
||||
|
||||
# Configure your database
|
||||
config :pleroma, Pleroma.Repo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue