Updates templates (auto-generated, on 22-Apr-2023)
This commit is contained in:
@@ -14418,6 +14418,53 @@
|
||||
],
|
||||
"restart_policy": "unless-stopped"
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Opera",
|
||||
"name": "Opera",
|
||||
"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/opera/config</p>",
|
||||
"description": "[Opera](https://www.opera.com/) is a multi-platform web browser developed by its namesake company Opera. The browser is based on Chromium, but distinguishes itself from other Chromium-based browsers (Chrome, Edge, etc.) through its user interface and other features.",
|
||||
"platform": "linux",
|
||||
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/opera-icon.png",
|
||||
"image": "linuxserver/opera: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": "OPERA_CLI",
|
||||
"label": "OPERA_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/opera/config"
|
||||
}
|
||||
],
|
||||
"restart_policy": "unless-stopped"
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Pairdrop",
|
||||
|
||||
Reference in New Issue
Block a user