mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-28 02:58:39 -05:00
Add OpenResty Manager (#142)
* Create docker-compose.yml * Create template.toml * Add files via upload * Update meta.json * Update meta.json * Update blueprints/openresty-manager/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
15
blueprints/openresty-manager/docker-compose.yml
Normal file
15
blueprints/openresty-manager/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
openresty-manager:
|
||||
image: uusec/openresty-manager:latest
|
||||
restart: always
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
- om_acme:/opt/om/acme
|
||||
- om_data:/opt/om/data
|
||||
- om_conf:/opt/om/nginx/conf
|
||||
|
||||
volumes:
|
||||
om_acme:
|
||||
om_data:
|
||||
om_conf:
|
||||
35
blueprints/openresty-manager/logo.svg
Normal file
35
blueprints/openresty-manager/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 22 KiB |
11
blueprints/openresty-manager/template.toml
Normal file
11
blueprints/openresty-manager/template.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
env = []
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "openresty-manager"
|
||||
port = 34567
|
||||
host = "${main_domain}"
|
||||
13
meta.json
13
meta.json
@@ -12,6 +12,19 @@
|
||||
"logo": "autobase.svg",
|
||||
"tags": ["database", "postgres", "self-hosted", "server"]
|
||||
},
|
||||
{
|
||||
"id": "openresty-manager",
|
||||
"name": "OpenResty Manager",
|
||||
"version": "1.1.3",
|
||||
"description": "The easiest using, powerful and beautiful OpenResty Manager (Nginx Enhanced Version) , open source alternative to OpenResty Edge, which can enable you to easily reverse proxy your websites with security running at home or internet, including Access Control, HTTP Flood Protection, Free SSL, without having to know too much about OpenResty or Let's Encrypt.",
|
||||
"links": {
|
||||
"github": "https://github.com/Safe3/openresty-manager",
|
||||
"website": "https://om.uusec.com/",
|
||||
"docs": "https://github.com/Safe3/openresty-manager"
|
||||
},
|
||||
"logo": "logo.svg",
|
||||
"tags": ["web", "proxy", "security", "self-hosted", "openresty", "nginx"]
|
||||
},
|
||||
{
|
||||
"id": "appwrite",
|
||||
"name": "Appwrite",
|
||||
|
||||
Reference in New Issue
Block a user