|
@@ -1528,12 +1528,24 @@
|
|
|
"Other",
|
|
|
"Tools"
|
|
|
],
|
|
|
- "description": "[arm] Web File Browser which can be used as a middleware or standalone app.",
|
|
|
- "image": "filebrowser/filebrowser:latest",
|
|
|
+ "description": "[arm][s6-version] Web File Browser which can be used as a middleware or standalone app.",
|
|
|
+ "image": "filebrowser/filebrowser:s6",
|
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/filebrowser.png",
|
|
|
"name": "filebrowser",
|
|
|
"note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://filebrowser.org/\" target=\"_blank\">https://filebrowser.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://filebrowser.org/installation#docker\" target=\"_blank\">https://filebrowser.org/installation#docker</a><br><br><br><b>Youtube Video: </b><a href=\"https://www.youtube.com/watch?v=30MYRgCObu8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=4\" target=\"_blank\">Installing JDownloader and File Browser On The Pi Docker Server</a><br><br>The default user and password is admin/admin.",
|
|
|
"platform": "linux",
|
|
|
+ "env": [
|
|
|
+ {
|
|
|
+ "default": "1000",
|
|
|
+ "label": "PUID",
|
|
|
+ "name": "PUID"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "1000",
|
|
|
+ "label": "PGID",
|
|
|
+ "name": "PGID"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"ports": [
|
|
|
"8082:80/tcp"
|
|
|
],
|
|
@@ -1560,24 +1572,12 @@
|
|
|
"Other",
|
|
|
"Tools"
|
|
|
],
|
|
|
- "description": "[arm][s6-version] Web File Browser which can be used as a middleware or standalone app.",
|
|
|
- "image": "filebrowser/filebrowser:s6",
|
|
|
+ "description": "[arm] Web File Browser which can be used as a middleware or standalone app.",
|
|
|
+ "image": "filebrowser/filebrowser:latest",
|
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/filebrowser.png",
|
|
|
"name": "filebrowser",
|
|
|
"note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://filebrowser.org/\" target=\"_blank\">https://filebrowser.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://filebrowser.org/installation#docker\" target=\"_blank\">https://filebrowser.org/installation#docker</a><br><br><br><b>Youtube Video: </b><a href=\"https://www.youtube.com/watch?v=30MYRgCObu8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=4\" target=\"_blank\">Installing JDownloader and File Browser On The Pi Docker Server</a><br><br>The default user and password is admin/admin.",
|
|
|
"platform": "linux",
|
|
|
- "env": [
|
|
|
- {
|
|
|
- "default": "1000",
|
|
|
- "label": "PUID",
|
|
|
- "name": "PUID"
|
|
|
- },
|
|
|
- {
|
|
|
- "default": "1000",
|
|
|
- "label": "PGID",
|
|
|
- "name": "PGID"
|
|
|
- }
|
|
|
- ],
|
|
|
"ports": [
|
|
|
"8082:80/tcp"
|
|
|
],
|
|
@@ -4112,32 +4112,38 @@
|
|
|
{
|
|
|
"default": "1000",
|
|
|
"label": "PUID",
|
|
|
- "name": "PUID"
|
|
|
+ "name": "PUID",
|
|
|
+ "description": "for UserID"
|
|
|
},
|
|
|
{
|
|
|
"default": "1000",
|
|
|
"label": "PGID",
|
|
|
- "name": "PGID"
|
|
|
+ "name": "PGID",
|
|
|
+ "description": "for GroupID"
|
|
|
},
|
|
|
{
|
|
|
"default": "America/New_York",
|
|
|
"label": "TZ",
|
|
|
- "name": "TZ"
|
|
|
+ "name": "TZ",
|
|
|
+ "description": "Specify a timezone to use for example America/New_York"
|
|
|
},
|
|
|
{
|
|
|
"default": "",
|
|
|
"label": "PAPERLESS_URL",
|
|
|
- "name": "PAPERLESSURL"
|
|
|
+ "name": "PAPERLESSURL",
|
|
|
+ "description": "Example https://paperless.example.com. It would be best to run this behind a reverse proxy"
|
|
|
},
|
|
|
{
|
|
|
"default": "",
|
|
|
"label": "Secret Key",
|
|
|
- "name": "RANDOMKEY"
|
|
|
+ "name": "RANDOMKEY",
|
|
|
+ "description": "This should be a very long sequence of random characters."
|
|
|
},
|
|
|
{
|
|
|
"default": "eng",
|
|
|
"label": "OCR Language",
|
|
|
- "name": "LANG"
|
|
|
+ "name": "LANG",
|
|
|
+ "description": "The default language to use for OCR"
|
|
|
}
|
|
|
],
|
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png",
|