switch to test repo

This commit is contained in:
Alexandre
2021-02-03 17:00:47 +01:00
parent 52bc4b4578
commit cc4e152f94
7 changed files with 0 additions and 127 deletions

View File

@@ -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?"
}
}