Skip to content

Commit b43c1b8

Browse files
committed
Updates templates (auto-generated, on 27-Oct-2024)
1 parent 7e224be commit b43c1b8

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

templates.json

+43-1
Original file line numberDiff line numberDiff line change
@@ -19816,6 +19816,48 @@
1981619816
"maintainer": " https://github.com/technorabilia/portainer-templates/",
1981719817
"categories": []
1981819818
},
19819+
{
19820+
"type": 1,
19821+
"title": "Qemu-static",
19822+
"name": "Qemu-static",
19823+
"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/qemu-static/config</p>",
19824+
"description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/qemu-static for details.",
19825+
"platform": "linux",
19826+
"logo": "",
19827+
"image": "linuxserver/qemu-static:latest",
19828+
"env": [
19829+
{
19830+
"name": "PUID",
19831+
"label": "PUID",
19832+
"default": "1024",
19833+
"description": "for UserID"
19834+
},
19835+
{
19836+
"name": "PGID",
19837+
"label": "PGID",
19838+
"default": "100",
19839+
"description": "for GroupID"
19840+
},
19841+
{
19842+
"name": "TZ",
19843+
"label": "TZ",
19844+
"default": "Europe/Amsterdam",
19845+
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
19846+
}
19847+
],
19848+
"ports": [
19849+
"80:80/tcp"
19850+
],
19851+
"volumes": [
19852+
{
19853+
"container": "/config",
19854+
"bind": "/volume1/docker/qemu-static/config"
19855+
}
19856+
],
19857+
"restart_policy": "unless-stopped",
19858+
"maintainer": " https://github.com/technorabilia/portainer-templates/",
19859+
"categories": []
19860+
},
1981919861
{
1982019862
"type": 1,
1982119863
"title": "Quassel-web",
@@ -20403,7 +20445,7 @@
2040320445
"name": "DNSPLUGIN",
2040420446
"label": "DNSPLUGIN",
2040520447
"default": "cloudflare",
20406-
"description": "Required if `VALIDATION` is set to `dns`. Options are `acmedns`, `aliyun`, `azure`, `bunny`, `cloudflare`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `do`, `domeneshop`, `dreamhost`, `duckdns`, `dynudns`, `freedns`, `gandi`, `gehirn`, `glesys`, `godaddy`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `loopia`, `luadns`, `namecheap`, `netcup`, `njalla`, `nsone`, `ovh`, `porkbun`, `rfc2136`, `route53`, `sakuracloud`, `standalone`, `transip`, and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`."
20448+
"description": "Required if `VALIDATION` is set to `dns`. Options are `acmedns`, `aliyun`, `azure`, `bunny`, `cloudflare`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `do`, `domeneshop`, `dreamhost`, `duckdns`, `dynu`, `freedns`, `gandi`, `gehirn`, `glesys`, `godaddy`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `loopia`, `luadns`, `namecheap`, `netcup`, `njalla`, `nsone`, `ovh`, `porkbun`, `rfc2136`, `route53`, `sakuracloud`, `standalone`, `transip`, and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`."
2040720449
},
2040820450
{
2040920451
"name": "PROPAGATION",

0 commit comments

Comments
 (0)