Upload full Albumik YunoHost package

This commit is contained in:
adminsopel
2026-05-01 09:06:44 +02:00
parent 2145989988
commit f8beabe293
16 changed files with 1690 additions and 0 deletions

13
conf/config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"app_name": "Albumik",
"listen": "127.0.0.1:__PORT__",
"base_path": "__PATH__",
"data_dir": "__DATA_DIR__",
"database": "__DATA_DIR__/data/albumik.db",
"media_dir": "__DATA_DIR__/media",
"web_dir": "__INSTALL_DIR__/web",
"admin_user": "__ADMIN_USER__",
"admin_password": "__ADMIN_PASSWORD__",
"session_days": 14,
"max_upload_mb": 2048
}