mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
switch to test repo
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"name": "Papermerge",
|
||||
"version": "1.5.5",
|
||||
"slug": "papermerge",
|
||||
"description": "Open source document management system (DMS)",
|
||||
"url": "https://hub.docker.com/r/linuxserver/papermerge",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"8000/tcp": 8000
|
||||
},
|
||||
"ports_description": {
|
||||
"9000/tcp": "Web UI port (required)"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:8000]",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
},
|
||||
"options": {
|
||||
"PUID": 1000,
|
||||
"PGID": 1000
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user