enable mediaproxy in akkoma
This commit is contained in:
parent
d0b55e7a44
commit
152e33975d
1 changed files with 6 additions and 0 deletions
|
@ -127,6 +127,12 @@
|
|||
ref = "stable";
|
||||
};
|
||||
};
|
||||
":media_proxy" = {
|
||||
enabled = true;
|
||||
proxy_opts = {
|
||||
redirect_on_failure = true;
|
||||
};
|
||||
};
|
||||
"Pleroma.Repo" = {
|
||||
adapter = mkRaw "Ecto.Adapters.Postgres";
|
||||
database = "akkoma";
|
||||
|
|
Loading…
Reference in a new issue