1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librephotos_ynh.git synced 2024-09-03 19:36:12 +02:00

add schema, fix demo url

This commit is contained in:
Salamandar 2023-08-26 18:55:05 +02:00
parent 1fe52a118c
commit 8ddef749bb

View file

@ -1,3 +1,5 @@
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "librephotos"
@ -12,7 +14,7 @@ maintainers = ["Jules Bertholet"]
[upstream]
license = "MIT"
website = "https://librephotos.com"
demo = "https://demo2.librephotos.com (user: demo, password: demo1234)"
demo = "<https://demo2.librephotos.com> (user: demo, password: demo1234)"
admindoc = "https://docs.librephotos.com"
userdoc = "https://github.com/LibrePhotos/librephotos"
code = "https://github.com/LibrePhotos/librephotos"