1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00
This commit is contained in:
Éric Gaspar 2023-06-10 12:03:18 +02:00
parent c00c5edf81
commit e140184bc1
3 changed files with 6 additions and 11 deletions

2
doc/ADMIN.md Normal file
View file

@ -0,0 +1,2 @@
* The admin interface for the app is `https://__DOMAIN__/admin`
* One app instance can only be installed for one domain

View file

@ -1,5 +0,0 @@
* Extra information
* The admin interface for the app is `https://__DOMAIN__/admin`
* One app instance can only be installed for one domain
* Please do not add a trailing `/` in the target_domain

View file

@ -16,8 +16,6 @@ demo = "https://isso-comments.de"
admindoc = "https://isso-comments.de/docs/reference/server-config/" admindoc = "https://isso-comments.de/docs/reference/server-config/"
userdoc = "https://isso-comments.de/docs/reference/client-config/" userdoc = "https://isso-comments.de/docs/reference/client-config/"
code = "https://github.com/posativ/isso" code = "https://github.com/posativ/isso"
cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
[integration] [integration]
yunohost = ">= 11.1.20" yunohost = ">= 11.1.20"
@ -64,10 +62,10 @@ ram.runtime = "50M"
main.url = "/" main.url = "/"
admin.url = "/admin" admin.url = "/admin"
admin.allowed = "admins" admin.allowed = "admins"
api.url="/api" api.url = "/api"
api.allowed="visitors" api.allowed = "visitors"
api.show_tile="false" api.show_tile = false
api.protected="true" api.protected = true
[resources.apt] [resources.apt]
packages = "git curl python3 python3-pip python3-venv libpq-dev libsasl2-dev python3-dev libssl-dev libffi-dev python3-cffi" packages = "git curl python3 python3-pip python3-venv libpq-dev libsasl2-dev python3-dev libssl-dev libffi-dev python3-cffi"