Skip to content

Commit 23d5ade

Browse files
committed
Updates templates (auto-generated, on 05-Jan-2025)
1 parent 99ab2ee commit 23d5ade

File tree

1 file changed

+49
-68
lines changed

1 file changed

+49
-68
lines changed

templates.json

+49-68
Original file line numberDiff line numberDiff line change
@@ -17240,7 +17240,7 @@
1724017240
"name": "WHISPER_MODEL",
1724117241
"label": "WHISPER_MODEL",
1724217242
"default": "tiny-int8",
17243-
"description": "Whisper model that will be used for transcription. From `tiny`, `base`, `small` and `medium`, all with `-int8` compressed variants"
17243+
"description": "Whisper model that will be used for transcription. From [here](https://github.com/SYSTRAN/faster-whisper/blob/master/faster_whisper/utils.py#L12-L31), all with `-int8` compressed variants"
1724417244
},
1724517245
{
1724617246
"name": "WHISPER_BEAM",
@@ -18582,6 +18582,48 @@
1858218582
"maintainer": " https://github.com/technorabilia/portainer-templates/",
1858318583
"categories": []
1858418584
},
18585+
{
18586+
"type": 1,
18587+
"title": "Modmanager",
18588+
"name": "Modmanager",
18589+
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/modmanager/config</p>",
18590+
"description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/modmanager for details.",
18591+
"platform": "linux",
18592+
"logo": "",
18593+
"image": "linuxserver/modmanager:latest",
18594+
"env": [
18595+
{
18596+
"name": "PUID",
18597+
"label": "PUID",
18598+
"default": "1024",
18599+
"description": "for UserID"
18600+
},
18601+
{
18602+
"name": "PGID",
18603+
"label": "PGID",
18604+
"default": "100",
18605+
"description": "for GroupID"
18606+
},
18607+
{
18608+
"name": "TZ",
18609+
"label": "TZ",
18610+
"default": "Europe/Amsterdam",
18611+
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
18612+
}
18613+
],
18614+
"ports": [
18615+
"80:80/tcp"
18616+
],
18617+
"volumes": [
18618+
{
18619+
"container": "/config",
18620+
"bind": "/volume1/docker/modmanager/config"
18621+
}
18622+
],
18623+
"restart_policy": "unless-stopped",
18624+
"maintainer": " https://github.com/technorabilia/portainer-templates/",
18625+
"categories": []
18626+
},
1858518627
{
1858618628
"type": 1,
1858718629
"title": "Msedge",
@@ -19542,73 +19584,6 @@
1954219584
"maintainer": " https://github.com/technorabilia/portainer-templates/",
1954319585
"categories": []
1954419586
},
19545-
{
19546-
"type": 1,
19547-
"title": "Quassel-web",
19548-
"name": "Quassel-web",
19549-
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/quassel-web/config</p>",
19550-
"description": "[Quassel-web](https://github.com/magne4000/quassel-webserver) is a web client for Quassel. Note that a Quassel-Core instance is required, we have a container available [here.](https://hub.docker.com/r/linuxserver/quassel-core/)",
19551-
"platform": "linux",
19552-
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-web-banner.png",
19553-
"image": "linuxserver/quassel-web:latest",
19554-
"env": [
19555-
{
19556-
"name": "PUID",
19557-
"label": "PUID",
19558-
"default": "1024",
19559-
"description": "for UserID"
19560-
},
19561-
{
19562-
"name": "PGID",
19563-
"label": "PGID",
19564-
"default": "100",
19565-
"description": "for GroupID"
19566-
},
19567-
{
19568-
"name": "TZ",
19569-
"label": "TZ",
19570-
"default": "Europe/Amsterdam",
19571-
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
19572-
},
19573-
{
19574-
"name": "QUASSEL_CORE",
19575-
"label": "QUASSEL_CORE",
19576-
"default": "192.168.1.10",
19577-
"description": "specify the URL or IP address of your Quassel Core instance"
19578-
},
19579-
{
19580-
"name": "QUASSEL_PORT",
19581-
"label": "QUASSEL_PORT",
19582-
"default": "4242",
19583-
"description": "specify the port of your Quassel Core instance"
19584-
},
19585-
{
19586-
"name": "QUASSEL_HTTPS",
19587-
"label": "QUASSEL_HTTPS",
19588-
"default": "",
19589-
"description": "Set to `true` to have Quassel web serve over https on port 64443 instead of http on port 64080."
19590-
},
19591-
{
19592-
"name": "URL_BASE",
19593-
"label": "URL_BASE",
19594-
"default": "/quassel",
19595-
"description": "Specify a url-base in reverse proxy setups ie. `/quassel`"
19596-
}
19597-
],
19598-
"ports": [
19599-
"64080:64080/tcp",
19600-
"64443:64443/tcp"
19601-
],
19602-
"volumes": [
19603-
{
19604-
"container": "/config",
19605-
"bind": "/volume1/docker/quassel-web/config"
19606-
}
19607-
],
19608-
"restart_policy": "unless-stopped",
19609-
"maintainer": " https://github.com/technorabilia/portainer-templates/",
19610-
"categories": []
19611-
},
1961219587
{
1961319588
"type": 1,
1961419589
"title": "Raneto",
@@ -20160,6 +20135,12 @@
2016020135
"label": "STAGING",
2016120136
"default": "false",
2016220137
"description": "Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes."
20138+
},
20139+
{
20140+
"name": "DISABLE_F2B",
20141+
"label": "DISABLE_F2B",
20142+
"default": "",
20143+
"description": "Set to `true` to disable the Fail2ban service in the container, if you're already running it elsewhere or using a different IPS."
2016320144
}
2016420145
],
2016520146
"ports": [

0 commit comments

Comments
 (0)