mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
chore(nginx-proxy-manager): better compose files and notes
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
# https://nginxproxymanager.com/setup/
|
||||
# https://nginxproxymanager.com/advanced-config/
|
||||
|
||||
services:
|
||||
app:
|
||||
image: 'jc21/nginx-proxy-manager:latest'
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '17080:80'
|
||||
- '17081:81'
|
||||
- '17443:443'
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
@@ -1,8 +1,14 @@
|
||||
---
|
||||
version: '3.8'
|
||||
|
||||
# https://nginxproxymanager.com/setup/
|
||||
# https://nginxproxymanager.com/advanced-config/
|
||||
|
||||
services:
|
||||
app:
|
||||
image: 'jc21/nginx-proxy-manager:latest'
|
||||
environment:
|
||||
PUID: 501
|
||||
PGID: 20
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '17080:80'
|
||||
@@ -4,6 +4,7 @@ TODO
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
1. [Sources](#sources)
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -44,6 +45,11 @@ Default credentials: `admin@example.com`:`changeme`.
|
||||
- [Proxy]
|
||||
- [Nginx]
|
||||
- [Website]
|
||||
- [Main repository]
|
||||
|
||||
### Sources
|
||||
|
||||
- [Export letsencrypt certificates]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
@@ -57,6 +63,8 @@ Default credentials: `admin@example.com`:`changeme`.
|
||||
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[export letsencrypt certificates]: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/683
|
||||
[main repository]: https://github.com/NginxProxyManager/nginx-proxy-manager
|
||||
[website]: https://nginxproxymanager.com/
|
||||
|
||||
<!-- Others -->
|
||||
|
||||
@@ -10,7 +10,7 @@ The _art_ of hosting and managing applications on one's own servers instead of c
|
||||
## Software
|
||||
|
||||
| Name | Description | Alternatives |
|
||||
| ---------------- | ----------------------------------- | ----------------------------------------- |
|
||||
| --------------------- | ----------------------------------- | ----------------------------------------- |
|
||||
| [AWX] | Task runner | [CTFreak], [Rundeck], [Semaphore], [Zuul] |
|
||||
| [Baikal] | CalDAV and CardDAV server | [Radicale] |
|
||||
| [CTFreak] | Task runner | [AWX], [Rundeck], [Semaphore], [Zuul] |
|
||||
@@ -20,6 +20,7 @@ The _art_ of hosting and managing applications on one's own servers instead of c
|
||||
| [Home Assistant] | Home automation platform | |
|
||||
| [Immich] | Photo and video management solution | Google Photo, [PhotoPrism] |
|
||||
| [NextCloud] | File sharing platform | [OwnCloud] |
|
||||
| [Nginx Proxy Manager] | Reverse Proxy | |
|
||||
| [OpenMediaVault] | NAS solution | [TrueNAS] |
|
||||
| [Paperless-ngx] | Document management system | |
|
||||
| [PhotoPrism] | Photo and video management solution | Google Photo, [Immich] |
|
||||
@@ -49,6 +50,7 @@ The _art_ of hosting and managing applications on one's own servers instead of c
|
||||
[gitlab]: gitlab/README.md
|
||||
[immich]: immich.md
|
||||
[nextcloud]: nextcloud.md
|
||||
[nginx proxy manager]: nginx%20proxy%20manager.md
|
||||
[openmediavault]: openmediavault.md
|
||||
[paperless-ngx]: paperless-ngx.md
|
||||
[photoprism]: photoprism.md
|
||||
|
||||
Reference in New Issue
Block a user