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:
parent
e569f89c8b
commit
a43b38008c
4 changed files with 4 additions and 24 deletions
|
@ -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"
|
||||
|
|
|
@ -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__
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue