mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 19:54:47 +00:00
static path for appmgr and other feedback
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
|
||||
/apps AppsManifestR GET -- get current apps listing
|
||||
/apps/#S9PK/#Text/manifest AppManifestR GET -- get app manifest from appmgr - requires query param ?appmgr=<appmgr_version>
|
||||
/apps/#S9PK/#Text/config AppConfigR GET -- get app config from appmgr - requires query param ?appmgr=<appmgr_version>
|
||||
/apps/#S9PK/#Text/manifest AppManifestR GET -- get app manifest from appmgr
|
||||
/apps/#S9PK/#Text/config AppConfigR GET -- get app config from appmgr
|
||||
|
||||
/version VersionR GET
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ resources-path: "_env:RESOURCES_PATH:/var/www/html/resources"
|
||||
ssl-path: "_env:SSL_PATH:/var/ssl"
|
||||
registry-hostname: "_env:REGISTRY_HOSTNAME:registry.start9labs.com"
|
||||
tor-port: "_env:TOR_PORT:447"
|
||||
static-bin-dir: "_env:STATIC_BIN:/usr/local/bin/"
|
||||
|
||||
database:
|
||||
database: "_env:PG_DATABASE:start9_registry"
|
||||
|
||||
Reference in New Issue
Block a user