1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00
akkoma_ynh/conf/static_and_modules_dir.exs

6 lines
372 B
Elixir
Raw Normal View History

2023-04-15 16:09:06 +02:00
# Static directory needs to be adapted for Yunohost specific setup
2023-04-15 16:52:59 +02:00
config :pleroma, :instance, static_dir: "/home/yunohost.app/akkoma/static"
config :pleroma, Pleroma.Uploaders.Local, uploads: "/home/yunohost.app/akkoma/uploads"
2023-04-15 16:09:06 +02:00
# Module directory needs to be adapted for Yunohost specific setup
config :pleroma, :modules, runtime_dir: "/home/yunohost.app/akkoma/modules"