Skip to content

Commit

Permalink
Update template lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Guekka authored and github-actions[bot] committed Jul 27, 2024
1 parent 572653c commit 3ab8c40
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 0 deletions.
104 changes: 104 additions & 0 deletions merged-with-duplicates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2107,6 +2107,22 @@
],
"note": "<a href='https://raw.githubusercontent.com/OliverCullimore/portainer-templates/master/templates.json' target='_blank'>Source</a>"
},
{
"categories": [
"Monitoring"
],
"description": "A lightweight server resource monitoring hub with historical data, docker stats, and alerts.",
"logo": "",
"name": "beszel",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/beszel.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Beszel",
"type": 3,
"note": "<a href='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Template/template.json' target='_blank'>Source</a>"
},
{
"categories": [
"Other",
Expand Down Expand Up @@ -34158,6 +34174,47 @@
}
]
},
{
"type": 1,
"title": "Rustdesk",
"name": "Rustdesk",
"note": "<a href='https://raw.githubusercontent.com/technorabilia/portainer-templates/main/lsio/templates/templates-2.0.json' target='_blank'>Source</a>\nPortainer 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/rustdesk/config</p>",
"description": "[RustDesk](https://rustdesk.com/) is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rustdesk-logo.png",
"image": "linuxserver/rustdesk:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/rustdesk/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 3,
"title": "Rutorrent-Flood",
Expand Down Expand Up @@ -40761,6 +40818,53 @@
"type": 3,
"note": "<a href='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Template/template.json' target='_blank'>Source</a>"
},
{
"type": 1,
"title": "Ungoogled-chromium",
"name": "Ungoogled-chromium",
"note": "<a href='https://raw.githubusercontent.com/technorabilia/portainer-templates/main/lsio/templates/templates-2.0.json' target='_blank'>Source</a>\nPortainer 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/ungoogled-chromium/config</p>",
"description": "[Ungoogled Chromium](https://github.com/ungoogled-software/ungoogled-chromium) is Google Chromium, sans dependency on Google web services.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ungoogled-chromium-logo.png",
"image": "linuxserver/ungoogled-chromium:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "CHROME_CLI",
"label": "CHROME_CLI",
"default": "https://www.linuxserver.io/",
"description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ungoogled-chromium/config"
}
],
"restart_policy": "unless-stopped"
},
{
"categories": [
"Management",
Expand Down
63 changes: 63 additions & 0 deletions merged.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,22 @@
],
"note": "<a href='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Template/template.json' target='_blank'>Source</a>"
},
{
"categories": [
"Monitoring"
],
"description": "A lightweight server resource monitoring hub with historical data, docker stats, and alerts.",
"logo": "",
"name": "beszel",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/beszel.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Beszel",
"type": 3,
"note": "<a href='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Template/template.json' target='_blank'>Source</a>"
},
{
"categories": [
"Other",
Expand Down Expand Up @@ -17559,6 +17575,53 @@
"type": 3,
"note": "<a href='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Template/template.json' target='_blank'>Source</a>"
},
{
"type": 1,
"title": "Ungoogled-chromium",
"name": "Ungoogled-chromium",
"note": "<a href='https://raw.githubusercontent.com/technorabilia/portainer-templates/main/lsio/templates/templates-2.0.json' target='_blank'>Source</a>\nPortainer 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/ungoogled-chromium/config</p>",
"description": "[Ungoogled Chromium](https://github.com/ungoogled-software/ungoogled-chromium) is Google Chromium, sans dependency on Google web services.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ungoogled-chromium-logo.png",
"image": "linuxserver/ungoogled-chromium:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "CHROME_CLI",
"label": "CHROME_CLI",
"default": "https://www.linuxserver.io/",
"description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ungoogled-chromium/config"
}
],
"restart_policy": "unless-stopped"
},
{
"categories": [
"Management",
Expand Down

0 comments on commit 3ab8c40

Please sign in to comment.