1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00

more tests + try multi_instance

This commit is contained in:
Thomas 2024-06-12 20:38:13 +02:00 committed by GitHub
parent e569f89c8b
commit a43b38008c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 24 deletions

View file

@ -17,8 +17,8 @@ PHOTOPRISM_HTTP_PORT="__PORT__"
PHOTOPRISM_DATABASE_DRIVER="MySQL"
PHOTOPRISM_DATABASE_SERVER="127.0.0.1"
PHOTOPRISM_DATABASE_NAME="photoprism"
PHOTOPRISM_DATABASE_USER="photoprism"
PHOTOPRISM_DATABASE_NAME="__DB_NAME__"
PHOTOPRISM_DATABASE_USER="__DB_USER__"
PHOTOPRISM_DATABASE_PASSWORD="__DB_PWD__"
PHOTOPRISM_DEFAULT_THEME="lavendel"

View file

@ -1,21 +0,0 @@
Debug: false
DarktableBin: /usr/bin/darktable-cli
AssetsPath: /home/yunohost.app/__APP__/assets
CachePath: /home/yunohost.app/__APP__/cache
OriginalsPath: /home/yunohost.app/__APP__/photos/originals
ImportPath: /home/yunohost.app/__APP__/photos/import
TempPath: /home/yunohost.app/__APP__/temp
SiteUrl: https://__DOMAIN____PATH__
AdminPassword: __PASSWORD__
HttpServerHost: 127.0.0.1
HttpMode: release
HttpPort: __PORT__
HttpPassword:
DatabaseDriver: MySQL
DatabaseServer: 127.0.0.1
DatabaseName: photoprism
DatabaseUser: photoprism
DatabasePassword: __DB_PWD__
Theme: lavendel
Language: __LANGUAGE_KEY__
SiteDescription: __APP__

View file

@ -23,7 +23,7 @@ fund = "https://www.photoprism.app/membership"
[integration]
yunohost = ">= 12.0"
architectures = ["amd64", "arm64", "armhf"]
multi_instance = false
multi_instance = true
ldap = false
sso = false
disk = "50M"

View file

@ -5,3 +5,4 @@ test_format = 1.0
[default]
test_upgrade_from.fe71ba9.name = "Packaging v1"
test_upgrade_from.678f0f9.name = "2022.09.01~ynh4"