diff --git a/templates.json b/templates.json index 1b29464..2c45d22 100644 --- a/templates.json +++ b/templates.json @@ -14418,6 +14418,53 @@ ], "restart_policy": "unless-stopped" }, + { + "type": 1, + "title": "Opera", + "name": "Opera", + "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/opera/config

", + "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",