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:
UUSEC Technology
2025-05-17 17:09:25 +08:00
committed by GitHub
parent db468b6b43
commit 58412838e5
4 changed files with 74 additions and 0 deletions

View 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:

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -0,0 +1,11 @@
[variables]
main_domain = "${domain}"
[config]
env = []
mounts = []
[[config.domains]]
serviceName = "openresty-manager"
port = 34567
host = "${main_domain}"

View File

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