Compare commits
5 Commits
main
..
ff66bacb71
| Author | SHA1 | Date | |
|---|---|---|---|
| ff66bacb71 | |||
| 6852257eb0 | |||
| 0677b5ac12 | |||
| 07bd533175 | |||
| 13b706356c |
@@ -1,10 +0,0 @@
|
||||
name: New MCP server
|
||||
version: 0.0.1
|
||||
schema: v1
|
||||
mcpServers:
|
||||
- name: New MCP server
|
||||
command: npx
|
||||
args:
|
||||
- -y
|
||||
- <your-mcp-server>
|
||||
env: {}
|
||||
@@ -1,7 +0,0 @@
|
||||
#.vscode
|
||||
**/data/
|
||||
nginx-proxy-manager/letsencrypt
|
||||
gitea/.ssh
|
||||
**/log/*
|
||||
*.log
|
||||
freshrss/log/logrotate.status
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"computerliebe.gitea-workflow"
|
||||
]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PORT=3002
|
||||
@@ -1,25 +0,0 @@
|
||||
|
||||
# Service Name: Dockhand
|
||||
# Description : Dockhand is a web-based Docker management tool that allows users to manage Docker containers, images, and volumes through an intuitive interface.
|
||||
# Homepage : dockhand.io
|
||||
|
||||
services:
|
||||
dockhand:
|
||||
image: fnsys/dockhand:latest
|
||||
#container_name: dockhand
|
||||
#restart: unless-stopped
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
ports:
|
||||
- ${PORT}:3000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /home/rcadmin/docker/dockhand/data:/app/data
|
||||
- /home/rcadmin/docker:/docker
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Infrastructure
|
||||
- homepage.name=Dockhand
|
||||
- homepage.icon=dockhand.png
|
||||
- homepage.href=https://dockhand.home.ramberg.net/
|
||||
@@ -1,2 +0,0 @@
|
||||
DOZZLE_MODE=swarm
|
||||
PORT=8280
|
||||
@@ -1,35 +0,0 @@
|
||||
## Note: This compose file does not work directly with docker compose up, but it does work fine when used as a base for Portainer stack deploy.
|
||||
## Reason: Portainer supports swarm mode deploy even for single node setups, while docker compose up does not.
|
||||
## To use this file with docker compose up, uncomment the network section and the network_mode line, and remove the deploy section.
|
||||
|
||||
# Service Name: Dozzle
|
||||
# Description : Docker log viewer
|
||||
# Homepage : https://dozzle.dev/
|
||||
|
||||
services:
|
||||
dozzle:
|
||||
image: amir20/dozzle:latest
|
||||
environment:
|
||||
- DOZZLE_MODE=${DOZZLE_MODE:-swarm}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- ${PORT}:8080
|
||||
networks:
|
||||
- dozzle
|
||||
deploy:
|
||||
mode: global
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
labels:
|
||||
- homepage.group=Infrastructure
|
||||
- homepage.name=Dozzle
|
||||
- homepage.icon=dozzle.png
|
||||
- homepage.href=https://dozzle.home.ramberg.net/
|
||||
- homepage.instance.public.href=https://dozzle.home.ramberg.net/
|
||||
- homepage.description=Docker Log Viewer
|
||||
|
||||
networks:
|
||||
dozzle:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
@@ -1,25 +0,0 @@
|
||||
|
||||
# Service Name: Dozzle
|
||||
# Description : Docker log viewer
|
||||
# Homepage : https://dozzle.dev/
|
||||
|
||||
services:
|
||||
dozzle:
|
||||
image: amir20/dozzle:latest
|
||||
environment:
|
||||
- DOZZLE_MODE=swarm
|
||||
- DOZZLE_HOSTNAME=dozzle.home.ramberg.net
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 8280:8080
|
||||
deploy:
|
||||
mode: global
|
||||
labels:
|
||||
- homepage.group=Infrastructure
|
||||
- homepage.name=Dozzle
|
||||
- homepage.icon=dozzle.png
|
||||
- homepage.href=https://dozzle.home.ramberg.net/
|
||||
- homepage.instance.public.href=https://dozzle.home.ramberg.net/
|
||||
- homepage.description=Docker Log Viewer
|
||||
restart: unless-stopped
|
||||
@@ -1,4 +0,0 @@
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=Europe/Oslo
|
||||
PORT=8083
|
||||
@@ -1,2 +0,0 @@
|
||||
config/
|
||||
log/
|
||||
@@ -1,2 +0,0 @@
|
||||
01-nginx-site-confs-default
|
||||
02-default-location
|
||||
@@ -1,44 +0,0 @@
|
||||
|
||||
# Service Name: FreshRSS
|
||||
# Description : A free, self-hostable feed aggregator.
|
||||
# Homepage : https://www.freshrss.org/
|
||||
|
||||
services:
|
||||
freshrss:
|
||||
image: lscr.io/linuxserver/freshrss:latest
|
||||
#container_name: freshrss
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- /home/rcadmin/docker/freshrss:/config
|
||||
ports:
|
||||
- ${PORT}:80
|
||||
#restart: unless-stopped
|
||||
networks:
|
||||
- freshrss
|
||||
# DB:
|
||||
# host: database.home.ramberg.net
|
||||
# username: freshrss
|
||||
# password: freshRSSpass
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Information
|
||||
- homepage.name=FreshRSS
|
||||
- homepage.icon=freshrss.png
|
||||
- homepage.href=https://freshrss.home.ramberg.net/
|
||||
#- homepage.description=FreshRSS
|
||||
# Widget settings
|
||||
- homepage.widget.type=freshrss
|
||||
#- homepage.widget.url=http://swarm.home.ramberg.net:8083
|
||||
- homepage.widget.url=https://freshrss.home.ramberg.net
|
||||
- homepage.widget.username=kim
|
||||
- homepage.widget.password=freshrsspass123
|
||||
#- homepage.widget.password=homekbr1998
|
||||
|
||||
networks:
|
||||
freshrss:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
@@ -1,22 +0,0 @@
|
||||
-----BEGIN CERTIFICATE-----
|
||||
MIIDsTCCApmgAwIBAgIUfxVD8moAryCIsAU3Ea3x6XRH7zcwDQYJKoZIhvcNAQEL
|
||||
BQAwaDELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMREwDwYDVQQHDAhDYXJsc2Jh
|
||||
ZDEXMBUGA1UECgwOTGludXhzZXJ2ZXIuaW8xFDASBgNVBAsMC0xTSU8gU2VydmVy
|
||||
MQowCAYDVQQDDAEqMB4XDTI2MDExODE2MjkzMloXDTM2MDExNjE2MjkzMlowaDEL
|
||||
MAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMREwDwYDVQQHDAhDYXJsc2JhZDEXMBUG
|
||||
A1UECgwOTGludXhzZXJ2ZXIuaW8xFDASBgNVBAsMC0xTSU8gU2VydmVyMQowCAYD
|
||||
VQQDDAEqMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApt7oAD1z1y81
|
||||
JSIuQxEYOx1BSQ69gpEXLr5hluDIG31NLc7uHiAnBkeh0q0VLZXAYSduL+p4/aKb
|
||||
jc6o8KA4+MRyaQkcf+cnBy9RR318HCu3MGyMR0RRgneWrb5YjW4YwmAj2/1KmDsH
|
||||
SRMiKRMRlvdehqCuN30xzpYBvXyD+5AdAfUSlmIL/mTTIENYZk9L9s5r9UVT4s7J
|
||||
4RHgqsjc8Spvw7zb30ExOs3O7vcbNhAS11vAegOvkyDDp4RDFvxGO/Y0q3BUr8QF
|
||||
I0e1UKPtMKErSYwNNMT423RLo1V0AAleQrYl2eV0tXaDYps/070gqP0/+ssB2z7n
|
||||
JSsnIwkrtQIDAQABo1MwUTAdBgNVHQ4EFgQUeQRVhFpOw5Lyt3ruhf/X1ayqO5ow
|
||||
HwYDVR0jBBgwFoAUeQRVhFpOw5Lyt3ruhf/X1ayqO5owDwYDVR0TAQH/BAUwAwEB
|
||||
/zANBgkqhkiG9w0BAQsFAAOCAQEALbDjZMu2MjLYI1b6rMupcAsuDHuZzYTXdFqe
|
||||
S40INs+AP8tZjCDJWvQkATOLXYxx+Y+Nc8nbBPoEkgG9of712UB60LqbfYhYKkF9
|
||||
k26Tr1/LMfLdupKdpLVujPM1WXoo7s4i2pWfmZZ176HrEBZQVwT6IjKejYcR2I2I
|
||||
1k4C/me+lQou+ack72sEuTxv9bJWmX1JDOWND7ESTzEcIm+j/FIeVMzEQOrxCxha
|
||||
m7YBy7wuYuNnjy16spc0TMhnJOwBrVByAqEwZZQu5kyYnkkCG2mfuHTI7+b+/Ir+
|
||||
LuCR5wsXtQMeT9tSUy8e1N0qYVUAgptS+CHJ3hmXof2Iklf++Q==
|
||||
-----END CERTIFICATE-----
|
||||
@@ -1,28 +0,0 @@
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCm3ugAPXPXLzUl
|
||||
Ii5DERg7HUFJDr2CkRcuvmGW4MgbfU0tzu4eICcGR6HSrRUtlcBhJ24v6nj9opuN
|
||||
zqjwoDj4xHJpCRx/5ycHL1FHfXwcK7cwbIxHRFGCd5atvliNbhjCYCPb/UqYOwdJ
|
||||
EyIpExGW916GoK43fTHOlgG9fIP7kB0B9RKWYgv+ZNMgQ1hmT0v2zmv1RVPizsnh
|
||||
EeCqyNzxKm/DvNvfQTE6zc7u9xs2EBLXW8B6A6+TIMOnhEMW/EY79jSrcFSvxAUj
|
||||
R7VQo+0woStJjA00xPjbdEujVXQACV5CtiXZ5XS1doNimz/TvSCo/T/6ywHbPucl
|
||||
KycjCSu1AgMBAAECggEAB3NATHJx75ON/eBuzFPBDzKZLZfY4jF0JYQee0wB4yhO
|
||||
/9KTUwkAdQlRskREA8sB0dSe2MjRKhHOfCBT7ppYsNKkgQgFG7jIR0vXhyeVGPTi
|
||||
sujFwpDMStToB03OSlI2DMeaEkJWyEEqbBrMlaTiTikxMTWPUa7nQF/2J+2dPuf3
|
||||
zWXbfjVHydjFBtmr8HnQBtj9NY06gnyV8HA+NmrswtBPgJy18ueWMky2l73KrIIO
|
||||
YRJZlnfSM7O/YOkauiM14n72XWVwY/oHfeC2mDnROSqGUbLNQtVJGuarcw+jex9m
|
||||
KG0kEZjlUpBNr6r7QrBNoXxQI5Ei3X2Sr7TEFM9QaQKBgQDT7MpG+2YJTNLZHq/f
|
||||
99aLGpPxZGEDiqR+JlDg3RHRvw5qWAak02WSGBaXMrvFlv1JAzSfFhcvVxT2qAKp
|
||||
9NwF5ZwpRhlo07TSWifCdkwxHuHZFnor+OOCg475KesB87nZC/dUulYdG+irKeoo
|
||||
g6ncIvNQ6JmGcUdC7ik1jGQ3ywKBgQDJk1wQBJs+ygTdKs+YcMSm57A8v+yIXSTV
|
||||
hsSd7imN7kwdI0ANbx0k1R5hKpzDfANP8SLfhnJ6rUOzZJqnBfWNtJfpxIwigWGp
|
||||
bqQE+A3D24ZSWt4tCJAZwtR+PlnzHm6OJzu2HIA2k0mUVKFvtUDpBqf57jXRoCx4
|
||||
iD9hnVi6fwKBgGzj/ENgpVsd+DDLjb7cz4YGEAI2e4qgUEjpUyFXNfK54qRNuowy
|
||||
erwIWIMz9Dtgi6BaX01mwl72tbTPOx8sy2jUQ9sJQ8ETFpQG8ur+ccPDhHRRElFJ
|
||||
v0yuYGYyXahRHSsi9OC6JckrL+/Sx5gtnreX1cG64jesONtxGAeFrXDlAoGADue0
|
||||
kQKmMBhkD66Qtybvg5/yKivO465vgNJ8S2lG7VXHjwgCPnwO3aBcpLav7MyIuiqM
|
||||
d5bLdELHlMZFoUARji7iZMjBy/NhM1QZELz+15Kt9fz+HLpbXWxIpiUaJZ4EcsJ3
|
||||
6dllqaNud2dioI34hMKXPSXeGOgNIcSBW0h1PSUCgYAXtwz0DS/h0tRnrZXOqCYv
|
||||
oWYEZM7e/sCxyqDcXieHzQgahIuLSt7zCk6BtVzmkYYODPgPhi1yyGMHSbcjIyk5
|
||||
d0I3Ft2ko8xKtrVQZF5PWtmfdKtjka6vqdEuS1dgb1c62y2FRTz+1Ta0kP7axUaf
|
||||
iBJn6KRP8PXlZpRa/DuqSg==
|
||||
-----END PRIVATE KEY-----
|
||||
@@ -1,6 +0,0 @@
|
||||
logrotate state -- version 2
|
||||
"/var/log/acpid.log" 2026-1-19-2:0:0
|
||||
"/config/log/nginx/access.log" 2026-3-30-2:0:0
|
||||
"/var/log/php84/*.log" 2026-1-19-2:0:0
|
||||
"/config/log/nginx/error.log" 2026-1-19-2:0:0
|
||||
"/config/log/php/error.log" 2026-3-30-2:0:0
|
||||
@@ -1,13 +0,0 @@
|
||||
-----BEGIN DH PARAMETERS-----
|
||||
MIICCAKCAgEA//////////+t+FRYortKmq/cViAnPTzx2LnFg84tNpWp4TZBFGQz
|
||||
+8yTnc4kmz75fS/jY2MMddj2gbICrsRhetPfHtXV/WVhJDP1H18GbtCFY2VVPe0a
|
||||
87VXE15/V8k1mE8McODmi3fipona8+/och3xWKE2rec1MKzKT0g6eXq8CrGCsyT7
|
||||
YdEIqUuyyOP7uWrat2DX9GgdT0Kj3jlN9K5W7edjcrsZCwenyO4KbXCeAvzhzffi
|
||||
7MA0BM0oNC9hkXL+nOmFg/+OTxIy7vKBg8P+OxtMb61zO7X8vC7CIAXFjvGDfRaD
|
||||
ssbzSibBsu/6iGtCOGEfz9zeNVs7ZRkDW7w09N75nAI4YbRvydbmyQd62R0mkff3
|
||||
7lmMsPrBhtkcrv4TCYUTknC0EwyTvEN5RPT9RFLi103TZPLiHnH1S/9croKrnJ32
|
||||
nuhtK8UiNjoNq8Uhl5sN6todv5pC1cRITgq80Gv6U93vPBsg7j/VnXwl5B0rZp4e
|
||||
8W5vUsMWTfT7eTDp5OWIV7asfV9C1p9tGHdjzx1VA0AEh/VbpX4xzHpxNciG77Qx
|
||||
iu1qHgEtnmgyqQdgCpGBMMRtx3j5ca0AOAkpmaMzy4t6Gh25PXFAADwqTs6p+Y0K
|
||||
zAqCkc3OyX3Pjsm1Wn+IpGtNtahR9EGC4caKAH5eZV9q//////////8CAQI=
|
||||
-----END DH PARAMETERS-----
|
||||
@@ -1,98 +0,0 @@
|
||||
## Version 2025/05/31 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.22/root/defaults/nginx/nginx.conf.sample
|
||||
|
||||
### Based on alpine defaults
|
||||
# https://git.alpinelinux.org/aports/tree/main/nginx/nginx.conf?h=3.22-stable
|
||||
|
||||
user abc;
|
||||
|
||||
# Set number of worker processes automatically based on number of CPU cores.
|
||||
include /config/nginx/worker_processes.conf;
|
||||
|
||||
# Enables the use of JIT for regular expressions to speed-up their processing.
|
||||
pcre_jit on;
|
||||
|
||||
# Configures default error logger.
|
||||
error_log /config/log/nginx/error.log;
|
||||
|
||||
# Includes files with directives to load dynamic modules.
|
||||
include /etc/nginx/modules/*.conf;
|
||||
|
||||
# Include files with config snippets into the root context.
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
|
||||
events {
|
||||
# The maximum number of simultaneous connections that can be opened by
|
||||
# a worker process.
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
# Includes mapping of file name extensions to MIME types of responses
|
||||
# and defines the default type.
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
# Name servers used to resolve names of upstream servers into addresses.
|
||||
# It's also needed when using tcpsocket and udpsocket in Lua modules.
|
||||
#resolver 1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001;
|
||||
include /config/nginx/resolver.conf;
|
||||
|
||||
# Don't tell nginx version to the clients. Default is 'on'.
|
||||
server_tokens off;
|
||||
|
||||
# Specifies the maximum accepted body size of a client request, as
|
||||
# indicated by the request header Content-Length. If the stated content
|
||||
# length is greater than this size, then the client receives the HTTP
|
||||
# error code 413. Set to 0 to disable. Default is '1m'.
|
||||
client_max_body_size 0;
|
||||
|
||||
# Sendfile copies data between one FD and other from within the kernel,
|
||||
# which is more efficient than read() + write(). Default is off.
|
||||
sendfile on;
|
||||
|
||||
# Causes nginx to attempt to send its HTTP response head in one packet,
|
||||
# instead of using partial frames. Default is 'off'.
|
||||
tcp_nopush on;
|
||||
|
||||
# all ssl related config moved to ssl.conf
|
||||
# included in server blocks where listen 443 is defined
|
||||
|
||||
# Enable gzipping of responses.
|
||||
#gzip on;
|
||||
|
||||
# Set the Vary HTTP header as defined in the RFC 2616. Default is 'off'.
|
||||
gzip_vary on;
|
||||
|
||||
# Helper variable for proxying websockets.
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
# Enable http2 by default for all servers
|
||||
http2 on;
|
||||
|
||||
http3 on;
|
||||
quic_retry on;
|
||||
|
||||
# Sets the path, format, and configuration for a buffered log write.
|
||||
access_log /config/log/nginx/access.log;
|
||||
|
||||
client_body_temp_path /tmp/nginx 1 2;
|
||||
proxy_temp_path /tmp/nginx-proxy;
|
||||
fastcgi_temp_path /tmp/nginx-fastcgi;
|
||||
uwsgi_temp_path /tmp/nginx-uwsgi;
|
||||
scgi_temp_path /tmp/nginx-scgi;
|
||||
|
||||
proxy_cache_path /tmp/nginx-proxy-cache keys_zone=lsio-proxy:10m;
|
||||
fastcgi_cache_path /tmp/nginx-fcgi-cache keys_zone=lsio-fcgi:10m;
|
||||
scgi_cache_path /tmp/nginx-scgi-cache keys_zone=lsio-scgi:10m;
|
||||
uwsgi_cache_path /tmp/nginx-uwsgi-cache keys_zone=lsio-uwsgi:10m;
|
||||
|
||||
# Includes virtual hosts configs.
|
||||
include /etc/nginx/http.d/*.conf;
|
||||
include /config/nginx/site-confs/*.conf;
|
||||
}
|
||||
|
||||
daemon off;
|
||||
pid /run/nginx.pid;
|
||||
@@ -1,98 +0,0 @@
|
||||
## Version 2025/05/31 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.22/root/defaults/nginx/nginx.conf.sample
|
||||
|
||||
### Based on alpine defaults
|
||||
# https://git.alpinelinux.org/aports/tree/main/nginx/nginx.conf?h=3.22-stable
|
||||
|
||||
user abc;
|
||||
|
||||
# Set number of worker processes automatically based on number of CPU cores.
|
||||
include /config/nginx/worker_processes.conf;
|
||||
|
||||
# Enables the use of JIT for regular expressions to speed-up their processing.
|
||||
pcre_jit on;
|
||||
|
||||
# Configures default error logger.
|
||||
error_log /config/log/nginx/error.log;
|
||||
|
||||
# Includes files with directives to load dynamic modules.
|
||||
include /etc/nginx/modules/*.conf;
|
||||
|
||||
# Include files with config snippets into the root context.
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
|
||||
events {
|
||||
# The maximum number of simultaneous connections that can be opened by
|
||||
# a worker process.
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
# Includes mapping of file name extensions to MIME types of responses
|
||||
# and defines the default type.
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
# Name servers used to resolve names of upstream servers into addresses.
|
||||
# It's also needed when using tcpsocket and udpsocket in Lua modules.
|
||||
#resolver 1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001;
|
||||
include /config/nginx/resolver.conf;
|
||||
|
||||
# Don't tell nginx version to the clients. Default is 'on'.
|
||||
server_tokens off;
|
||||
|
||||
# Specifies the maximum accepted body size of a client request, as
|
||||
# indicated by the request header Content-Length. If the stated content
|
||||
# length is greater than this size, then the client receives the HTTP
|
||||
# error code 413. Set to 0 to disable. Default is '1m'.
|
||||
client_max_body_size 0;
|
||||
|
||||
# Sendfile copies data between one FD and other from within the kernel,
|
||||
# which is more efficient than read() + write(). Default is off.
|
||||
sendfile on;
|
||||
|
||||
# Causes nginx to attempt to send its HTTP response head in one packet,
|
||||
# instead of using partial frames. Default is 'off'.
|
||||
tcp_nopush on;
|
||||
|
||||
# all ssl related config moved to ssl.conf
|
||||
# included in server blocks where listen 443 is defined
|
||||
|
||||
# Enable gzipping of responses.
|
||||
#gzip on;
|
||||
|
||||
# Set the Vary HTTP header as defined in the RFC 2616. Default is 'off'.
|
||||
gzip_vary on;
|
||||
|
||||
# Helper variable for proxying websockets.
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
# Enable http2 by default for all servers
|
||||
http2 on;
|
||||
|
||||
http3 on;
|
||||
quic_retry on;
|
||||
|
||||
# Sets the path, format, and configuration for a buffered log write.
|
||||
access_log /config/log/nginx/access.log;
|
||||
|
||||
client_body_temp_path /tmp/nginx 1 2;
|
||||
proxy_temp_path /tmp/nginx-proxy;
|
||||
fastcgi_temp_path /tmp/nginx-fastcgi;
|
||||
uwsgi_temp_path /tmp/nginx-uwsgi;
|
||||
scgi_temp_path /tmp/nginx-scgi;
|
||||
|
||||
proxy_cache_path /tmp/nginx-proxy-cache keys_zone=lsio-proxy:10m;
|
||||
fastcgi_cache_path /tmp/nginx-fcgi-cache keys_zone=lsio-fcgi:10m;
|
||||
scgi_cache_path /tmp/nginx-scgi-cache keys_zone=lsio-scgi:10m;
|
||||
uwsgi_cache_path /tmp/nginx-uwsgi-cache keys_zone=lsio-uwsgi:10m;
|
||||
|
||||
# Includes virtual hosts configs.
|
||||
include /etc/nginx/http.d/*.conf;
|
||||
include /config/nginx/site-confs/*.conf;
|
||||
}
|
||||
|
||||
daemon off;
|
||||
pid /run/nginx.pid;
|
||||
@@ -1,3 +0,0 @@
|
||||
# This file is auto-generated only on first start, based on the container's /etc/resolv.conf file. Feel free to modify it as you wish.
|
||||
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
@@ -1,40 +0,0 @@
|
||||
## Version 2024/07/16 - Changelog: https://github.com/linuxserver/docker-freshrss/commits/master/root/defaults/nginx/site-confs/default.conf.sample
|
||||
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
listen 443 ssl default_server;
|
||||
listen [::]:443 ssl default_server;
|
||||
|
||||
server_name _;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
root /app/www/p;
|
||||
index index.html index.htm index.php;
|
||||
|
||||
location / {
|
||||
# enable for basic auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
try_files $uri $uri/ /index.html /index.htm /index.php$is_args$args;
|
||||
}
|
||||
|
||||
location ~ ^(.+\.php)(.*)$ {
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||
if (!-f $document_root$fastcgi_script_name) { return 404; }
|
||||
fastcgi_pass 127.0.0.1:9000;
|
||||
fastcgi_index index.php;
|
||||
include /etc/nginx/fastcgi_params;
|
||||
}
|
||||
|
||||
# deny access to .htaccess/.htpasswd files
|
||||
location ~ /\.ht {
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
## Version 2024/07/16 - Changelog: https://github.com/linuxserver/docker-freshrss/commits/master/root/defaults/nginx/site-confs/default.conf.sample
|
||||
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
listen 443 ssl default_server;
|
||||
listen [::]:443 ssl default_server;
|
||||
|
||||
server_name _;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
root /app/www/p;
|
||||
index index.html index.htm index.php;
|
||||
|
||||
location / {
|
||||
# enable for basic auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
try_files $uri $uri/ /index.html /index.htm /index.php$is_args$args;
|
||||
}
|
||||
|
||||
location ~ ^(.+\.php)(.*)$ {
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||
if (!-f $document_root$fastcgi_script_name) { return 404; }
|
||||
fastcgi_pass 127.0.0.1:9000;
|
||||
fastcgi_index index.php;
|
||||
include /etc/nginx/fastcgi_params;
|
||||
}
|
||||
|
||||
# deny access to .htaccess/.htpasswd files
|
||||
location ~ /\.ht {
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
## Version 2025/07/18 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.22/root/defaults/nginx/ssl.conf.sample
|
||||
|
||||
### Mozilla Recommendations
|
||||
# generated 2025-05-31, Mozilla Guideline v5.7, nginx 1.28.0, OpenSSL 3.5.0, intermediate config, no OCSP
|
||||
# https://ssl-config.mozilla.org/#server=nginx&version=1.28.0&config=intermediate&openssl=3.5.0&ocsp=false&guideline=5.7
|
||||
|
||||
ssl_certificate /config/keys/cert.crt;
|
||||
ssl_certificate_key /config/keys/cert.key;
|
||||
ssl_session_timeout 1d;
|
||||
ssl_session_cache shared:MozSSL:10m; # about 40000 sessions
|
||||
ssl_session_tickets off;
|
||||
|
||||
# curl https://ssl-config.mozilla.org/ffdhe2048.txt > /path/to/dhparam
|
||||
ssl_dhparam /config/nginx/dhparams.pem;
|
||||
|
||||
# intermediate configuration
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ecdh_curve X25519:prime256v1:secp384r1;
|
||||
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305;
|
||||
ssl_prefer_server_ciphers off;
|
||||
|
||||
# HSTS (ngx_http_headers_module is required) (63072000 seconds)
|
||||
#add_header Strict-Transport-Security "max-age=63072000" always;
|
||||
|
||||
# Optional additional headers
|
||||
#add_header Cache-Control "no-transform" always;
|
||||
#add_header Content-Security-Policy "upgrade-insecure-requests; frame-ancestors 'self'" always;
|
||||
#add_header Permissions-Policy "interest-cohort=()" always;
|
||||
#add_header Referrer-Policy "same-origin" always;
|
||||
#add_header X-Content-Type-Options "nosniff" always;
|
||||
#add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
#add_header X-UA-Compatible "IE=Edge" always;
|
||||
#add_header X-XSS-Protection "1; mode=block" always;
|
||||
#add_header Alt-Svc 'h3=":443"' always;
|
||||
@@ -1,34 +0,0 @@
|
||||
## Version 2025/07/18 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.22/root/defaults/nginx/ssl.conf.sample
|
||||
|
||||
### Mozilla Recommendations
|
||||
# generated 2025-05-31, Mozilla Guideline v5.7, nginx 1.28.0, OpenSSL 3.5.0, intermediate config, no OCSP
|
||||
# https://ssl-config.mozilla.org/#server=nginx&version=1.28.0&config=intermediate&openssl=3.5.0&ocsp=false&guideline=5.7
|
||||
|
||||
ssl_certificate /config/keys/cert.crt;
|
||||
ssl_certificate_key /config/keys/cert.key;
|
||||
ssl_session_timeout 1d;
|
||||
ssl_session_cache shared:MozSSL:10m; # about 40000 sessions
|
||||
ssl_session_tickets off;
|
||||
|
||||
# curl https://ssl-config.mozilla.org/ffdhe2048.txt > /path/to/dhparam
|
||||
ssl_dhparam /config/nginx/dhparams.pem;
|
||||
|
||||
# intermediate configuration
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ecdh_curve X25519:prime256v1:secp384r1;
|
||||
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305;
|
||||
ssl_prefer_server_ciphers off;
|
||||
|
||||
# HSTS (ngx_http_headers_module is required) (63072000 seconds)
|
||||
#add_header Strict-Transport-Security "max-age=63072000" always;
|
||||
|
||||
# Optional additional headers
|
||||
#add_header Cache-Control "no-transform" always;
|
||||
#add_header Content-Security-Policy "upgrade-insecure-requests; frame-ancestors 'self'" always;
|
||||
#add_header Permissions-Policy "interest-cohort=()" always;
|
||||
#add_header Referrer-Policy "same-origin" always;
|
||||
#add_header X-Content-Type-Options "nosniff" always;
|
||||
#add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
#add_header X-UA-Compatible "IE=Edge" always;
|
||||
#add_header X-XSS-Protection "1; mode=block" always;
|
||||
#add_header Alt-Svc 'h3=":443"' always;
|
||||
@@ -1,3 +0,0 @@
|
||||
# This file is auto-generated only on first start, based on the cpu cores detected. Feel free to change it to any other number or to auto to let nginx handle it automatically.
|
||||
|
||||
worker_processes 4;
|
||||
@@ -1,3 +0,0 @@
|
||||
; Edit this file to override php.ini directives
|
||||
|
||||
date.timezone = Europe/Oslo
|
||||
@@ -1,5 +0,0 @@
|
||||
; Edit this file to override www.conf and php-fpm.conf directives and restart the container
|
||||
|
||||
; Pool name
|
||||
[www]
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
|
||||
# Service Name: FreshRSS
|
||||
# Description : A free, self-hostable feed aggregator.
|
||||
# Homepage : https://www.freshrss.org/
|
||||
|
||||
services:
|
||||
freshrss:
|
||||
image: lscr.io/linuxserver/freshrss:latest
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Oslo
|
||||
volumes:
|
||||
- /home/rcadmin/docker/freshrss/config:/config
|
||||
ports:
|
||||
- 8083:80
|
||||
restart: unless-stopped
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Information
|
||||
- homepage.name=FreshRSS
|
||||
- homepage.icon=freshrss.png
|
||||
- homepage.href=https://freshrss.home.ramberg.net/
|
||||
- homepage.description=FreshRSS
|
||||
# Widget settings
|
||||
- homepage.widget.type=freshrss
|
||||
# - homepage.widget.url=http://192.168.50.201:8083
|
||||
- homepage.widget.url=https://freshrss.home.ramberg.net
|
||||
- homepage.widget.username=kim
|
||||
- homepage.widget.password=freshrsspass123
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
[xX]*
|
||||
@@ -1 +0,0 @@
|
||||
Require all denied
|
||||
@@ -1,5 +0,0 @@
|
||||
# FreshRSS third-party extensions
|
||||
|
||||
You may place custom extensions for FreshRSS in this directory.
|
||||
|
||||
You can find some extensions in our [GitHub repository](https://github.com/FreshRSS/Extensions).
|
||||
@@ -1,13 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="Refresh" content="0; url=/" />
|
||||
<title>Redirection</title>
|
||||
<meta name="robots" content="noindex" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><a href="/">Redirection</a></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,34 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to our server</title>
|
||||
<style>
|
||||
body{
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
}
|
||||
.message{
|
||||
width:330px;
|
||||
padding:20px 40px;
|
||||
margin:0 auto;
|
||||
background-color:#f9f9f9;
|
||||
border:1px solid #ddd;
|
||||
}
|
||||
center{
|
||||
margin:40px 0;
|
||||
}
|
||||
h1{
|
||||
font-size: 18px;
|
||||
line-height: 26px;
|
||||
}
|
||||
p{
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="message">
|
||||
<h1>Welcome to our server</h1>
|
||||
<p>The website is currently being setup under this address.</p>
|
||||
<p>For help and support, please contact: <a href="me@example.com">me@example.com</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,11 +0,0 @@
|
||||
# Environment variables for Gitea
|
||||
|
||||
USER_UID=1000
|
||||
USER_GID=1000
|
||||
GITEA__database__DB_TYPE=mysql
|
||||
GITEA__database__HOST=database.home.ramberg.net:3306
|
||||
GITEA__database__NAME=gitea
|
||||
GITEA__database__USER=gitea
|
||||
GITEA__database__PASSWD=giteapass123
|
||||
PORT_1=3000
|
||||
PORT_2=2222
|
||||
@@ -1,38 +0,0 @@
|
||||
#version: "3"
|
||||
|
||||
services:
|
||||
server:
|
||||
image: gitea/gitea:latest
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=${USER_UID}
|
||||
- USER_GID=${USER_GID}
|
||||
- GITEA__database__DB_TYPE=${GITEA__database__DB_TYPE}
|
||||
- GITEA__database__HOST=${GITEA__database__HOST}
|
||||
- GITEA__database__NAME=${GITEA__database__NAME}
|
||||
- GITEA__database__USER=${GITEA__database__USER}
|
||||
- GITEA__database__PASSWD=${GITEA__database__PASSWD}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/rcadmin/docker/gitea/data:/data
|
||||
- /home/rcadmin/docker/gitea/.ssh:/data/git/.ssh
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- ${PORT_1}:3000
|
||||
- ${PORT_2}:22
|
||||
networks:
|
||||
- gitea
|
||||
|
||||
labels:
|
||||
- homepage.group=Services
|
||||
- homepage.name=Gitea
|
||||
- homepage.icon=gitea.png
|
||||
#- homepage.instance.internal.href=http://emby.lan/
|
||||
#- homepage.instance.public.href=https://emby.mydomain.com/
|
||||
- homepage.description=GIT server
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
@@ -1,41 +1,46 @@
|
||||
#version: "3"
|
||||
version: "3"
|
||||
|
||||
#networks:
|
||||
# gitea:
|
||||
# external: false
|
||||
|
||||
services:
|
||||
server:
|
||||
image: gitea/gitea:latest
|
||||
#container_name: gitea
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=${USER_UID}
|
||||
- USER_GID=${USER_GID}
|
||||
- GITEA__database__DB_TYPE=${GITEA__database__DB_TYPE}
|
||||
- GITEA__database__HOST=${GITEA__database__HOST}
|
||||
- GITEA__database__NAME=${GITEA__database__NAME}
|
||||
- GITEA__database__USER=${GITEA__database__USER}
|
||||
- GITEA__database__PASSWD=${GITEA__database__PASSWD}
|
||||
#restart: unless-stopped
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- GITEA__database__DB_TYPE=mysql
|
||||
- GITEA__database__HOST=database:3306
|
||||
- GITEA__database__NAME=gitea
|
||||
- GITEA__database__USER=gitea
|
||||
- GITEA__database__PASSWD=giteapass123
|
||||
restart: unless-stopped
|
||||
# networks:
|
||||
# - gitea
|
||||
volumes:
|
||||
# /home/rcadmin/docker/gitea/
|
||||
- /home/rcadmin/docker/gitea/data:/data
|
||||
- /home/rcadmin/docker/gitea/.ssh:/data/git/.ssh
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- ${PORT_1}:3000
|
||||
- ${PORT_2}:22
|
||||
networks:
|
||||
- gitea
|
||||
- "3000:3000"
|
||||
- "2222:22"
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Development
|
||||
- homepage.name=Gitea
|
||||
- homepage.icon=gitea.png
|
||||
- homepage.description=GIT server
|
||||
- homepage.href=https://git.home.ramberg.net/
|
||||
- homepage.widget.type=gitea
|
||||
- homepage.widget.url=http://swarm.home.ramberg.net:3000/
|
||||
- homepage.widget.key=c7e9d4b0089935b7c0e49850ad79346a9d96c5bb
|
||||
# depends_on:
|
||||
# - db
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
# db:
|
||||
# image: mariadb:latest
|
||||
# restart: unless-stopped
|
||||
# environment:
|
||||
# - MYSQL_ROOT_PASSWORD=strongpassword
|
||||
# - MYSQL_USER=gitea
|
||||
# - MYSQL_PASSWORD=strongpassword
|
||||
# - MYSQL_DATABASE=gitea
|
||||
# networks:
|
||||
# - gitea
|
||||
# volumes:
|
||||
# - ./mariadb:/var/lib/mysql1~version: "3"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
# Notes related to Gitea
|
||||
|
||||
## VSCode Access Token
|
||||
|
||||
`b614f107b2f68c803575a0683804f6d0ed33fdcf`
|
||||
|
||||
## Homepage Access Token
|
||||
|
||||
`c7e9d4b0089935b7c0e49850ad79346a9d96c5bb`
|
||||
@@ -1,11 +0,0 @@
|
||||
# Environment variables for Gitea
|
||||
|
||||
USER_UID=1000
|
||||
USER_GID=1000
|
||||
GITEA__database__DB_TYPE=mysql
|
||||
GITEA__database__HOST=database.home.ramberg.net:3306
|
||||
GITEA__database__NAME=gitea
|
||||
GITEA__database__USER=gitea
|
||||
GITEA__database__PASSWD=giteapass123
|
||||
PORT_1=3000
|
||||
PORT_2=2222
|
||||
@@ -1,10 +0,0 @@
|
||||
# Homebox environment variables
|
||||
|
||||
HBOX_LOG_LEVEL=info
|
||||
HBOX_LOG_FORMAT=text
|
||||
HBOX_WEB_MAX_FILE_UPLOAD=10
|
||||
|
||||
# Please consider allowing analytics to help us improve Homebox (basic computer information, no personal data)
|
||||
HBOX_OPTIONS_ALLOW_ANALYTICS=false
|
||||
|
||||
PORT=3100
|
||||
@@ -1,33 +0,0 @@
|
||||
# Service Name: Homebox
|
||||
# Description :
|
||||
# Homepage :
|
||||
|
||||
services:
|
||||
homebox:
|
||||
image: ghcr.io/sysadminsmedia/homebox:latest
|
||||
#image: ghcr.io/sysadminsmedia/homebox:latest-rootless
|
||||
#container_name: homebox
|
||||
#restart: unless-stopped
|
||||
environment:
|
||||
- HBOX_LOG_LEVEL=${HBOX_LOG_LEVEL:-info}
|
||||
- HBOX_LOG_FORMAT=${HBOX_LOG_FORMAT:-text}
|
||||
- HBOX_WEB_MAX_FILE_UPLOAD=${HBOX_WEB_MAX_FILE_UPLOAD:-10}
|
||||
# Please consider allowing analytics to help us improve Homebox (basic computer information, no personal data)
|
||||
- HBOX_OPTIONS_ALLOW_ANALYTICS=${HBOX_OPTIONS_ALLOW_ANALYTICS:-false}
|
||||
volumes:
|
||||
- /home/rcadmin/docker/homebox/data:/data/
|
||||
ports:
|
||||
- ${PORT}:7745
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Home
|
||||
- homepage.name=Homebox
|
||||
- homepage.icon=homebox.png
|
||||
- homepage.href=https://homebox.home.ramberg.net/
|
||||
# Widget Configuration
|
||||
- homepage.widget.type=homebox
|
||||
- homepage.widget.url=https://homebox.home.ramberg.net
|
||||
- homepage.widget.username=kim@ramberg.net
|
||||
- homepage.widget.password=homekbr1998
|
||||
- homepage.widget.fields=["items", "locations", "totalValue"] # optional - default fields shown ["items", "totalWithWarranty", "locations", "labels", "users", "totalValue"]
|
||||
@@ -1,34 +0,0 @@
|
||||
services:
|
||||
homebox:
|
||||
image: ghcr.io/sysadminsmedia/homebox:latest
|
||||
# image: ghcr.io/sysadminsmedia/homebox:latest-rootless
|
||||
container_name: homebox
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- HBOX_LOG_LEVEL=info
|
||||
- HBOX_LOG_FORMAT=text
|
||||
- HBOX_WEB_MAX_FILE_UPLOAD=10
|
||||
# Please consider allowing analytics to help us improve Homebox (basic computer information, no personal data)
|
||||
- HBOX_OPTIONS_ALLOW_ANALYTICS=false
|
||||
volumes:
|
||||
# - homebox-data:/data/
|
||||
- /home/rcadmin/docker/homebox/data:/data/
|
||||
ports:
|
||||
- 3100:7745
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group = Infrastructure
|
||||
- homepage.name = Homebox
|
||||
- homepage.icon = homebox.png
|
||||
- homepage.href = https://homebox.home.ramberg.net/
|
||||
# Widget Configuration
|
||||
- homepage.widget.type = homebox
|
||||
- homepage.widget.url = https://homebox.home.ramberg.net/
|
||||
- homepage.widget.username = kim@ramberg.net
|
||||
- homepage.widget.password = homekbr1998
|
||||
- homepage.widget.fields = ["items", "locations", "totalValue"] # optional - default fields shown ["items", "totalWithWarranty", "locations", "labels", "users", "totalValue"]
|
||||
|
||||
#volumes:
|
||||
# homebox-data:
|
||||
# driver: local
|
||||
@@ -1,5 +0,0 @@
|
||||
# Homepage .env file
|
||||
|
||||
PORT=3010
|
||||
|
||||
HOMEPAGE_ALLOWED_HOSTS=www.home.ramberg.net,homepage.home.ramberg.net,docker-01.home.ramberg.net:3010,192.168.50.201:3010 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
|
||||
@@ -1 +0,0 @@
|
||||
config/logs
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
# Service Name: Homepage
|
||||
# Description : Homepage for LAN
|
||||
# Homepage : https://gethomepage.dev/
|
||||
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
ports:
|
||||
- ${PORT}:3000
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/rcadmin/docker/homepage/config:/app/config # Make sure your local config directory exists
|
||||
- /home/rcadmin/docker/homepage/images:/app/public/images # Make sure your local data directory exists
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS}
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
@@ -1,170 +0,0 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/bookmarks
|
||||
|
||||
- Health:
|
||||
- Helse Norge:
|
||||
- abbr: HN
|
||||
#icon: myfitnesspal.svg
|
||||
href: https://www.helsenorge.no/
|
||||
- Helse Klage:
|
||||
- abbr: HK
|
||||
#icon: myfitnesspal.svg
|
||||
href: https://helseklage.no/
|
||||
- Felleskatalogen:
|
||||
- abbr: FK
|
||||
#icon: myfitnesspal.svg
|
||||
href: https://www.felleskatalogen.no/
|
||||
- Strava:
|
||||
- abbr: STV
|
||||
icon: strava.svg
|
||||
href: https://www.strava.com/
|
||||
- Komoot:
|
||||
- abbr: KO
|
||||
icon: /images/komoot.jpg
|
||||
href: https://www.komoot.com/
|
||||
|
||||
- Developer:
|
||||
- Github:
|
||||
- abbr: GH
|
||||
icon: github-light.svg
|
||||
href: https://github.com/
|
||||
- Dashboard Icons:
|
||||
- icon: dashboard-icons.svg
|
||||
href: https://github.com/walkxcode/dashboard-icons
|
||||
description: Icon Repository
|
||||
- Pictogrammers:
|
||||
- #icon: mdi-pictogrammers.svg
|
||||
abbr: PG
|
||||
href: https://pictogrammers.com/library/mdi/
|
||||
description: Material Design Icons Repository
|
||||
- Simple Icons:
|
||||
- icon: si-simpleicons.svg
|
||||
abbr: SI
|
||||
href: https://simpleicons.org/
|
||||
description: Simple Icons Repository
|
||||
- Self-Hosted Dashboard Icons:
|
||||
- #icon:
|
||||
abbr: SHDI
|
||||
href: https://selfh.st/icons/
|
||||
description: Self-Hosted Dashboard Icons Repository
|
||||
- Flaticon:
|
||||
- icon: /images/flaticon.png
|
||||
abbr: FT
|
||||
href: https://www.flaticon.com/
|
||||
description: Flaticon Icon Repository
|
||||
- Icons8:
|
||||
- icon: /images/logo-icons8-full.svg
|
||||
abbr: I8
|
||||
href: https://icons8.com/
|
||||
description: Icons8 Icon Repository
|
||||
- NFO Maker:
|
||||
- icon: /images/nfo-maker.png
|
||||
abbr: NFO
|
||||
href: https://nfo-maker.com/
|
||||
description: NFO Maker - Create NFO files for media libraries
|
||||
- selfhosting.sh:
|
||||
- #icon: /images/selfhosting.png
|
||||
abbr: $ # SH
|
||||
href: https://selfhosting.sh/
|
||||
description: Self-Hosting Resources and Guides
|
||||
|
||||
- Social:
|
||||
- Reddit:
|
||||
- icon: reddit.svg
|
||||
abbr: RE
|
||||
href: https://reddit.com/
|
||||
- X:
|
||||
- abbr: X
|
||||
icon: sh-x.svg
|
||||
href: https://x.com/
|
||||
- Facebook:
|
||||
- abbr: FB
|
||||
icon: sh-facebook.svg
|
||||
href: https://www.facebook.com/
|
||||
- Instagram:
|
||||
- abbr: IG
|
||||
icon: sh-instagram.svg
|
||||
href: https://www.instagram.com/
|
||||
- LinkedIn:
|
||||
- abbr: LI
|
||||
icon: sh-linkedin.svg
|
||||
href: https://www.linkedin.com/
|
||||
- Discord:
|
||||
- abbr: DC
|
||||
icon: sh-discord.svg
|
||||
href: https://discord.com/
|
||||
|
||||
- Entertainment:
|
||||
- YouTube:
|
||||
- abbr: YT
|
||||
icon: sh-youtube.svg
|
||||
href: https://youtube.com/
|
||||
- Twitch:
|
||||
- abbr: TW
|
||||
icon: sh-twitch.svg
|
||||
href: https://www.twitch.tv/
|
||||
- Netflix:
|
||||
- abbr: NF
|
||||
icon: sh-netflix.svg
|
||||
href: https://www.netflix.com/
|
||||
- TeliaPlay:
|
||||
- abbr: TP
|
||||
icon: /images/Telia.webp
|
||||
href: https://www.teliaplay.no/
|
||||
- IMDB:
|
||||
- abbr: IMDB
|
||||
icon: sh-imdb.svg
|
||||
href: https://www.imdb.com/
|
||||
- The TV Database:
|
||||
- abbr: TVDB
|
||||
icon: sh-tvdb.svg
|
||||
href: https://www.thetvdb.com/
|
||||
- The Movie Database:
|
||||
- abbr: TMDB
|
||||
icon: sh-tmdb.svg
|
||||
href: https://www.themoviedb.org/
|
||||
- Wikipedia:
|
||||
- abbr: WP
|
||||
icon: sh-wikipedia.svg
|
||||
href: https://www.wikipedia.org/
|
||||
|
||||
- News:
|
||||
- Yr:
|
||||
- abbr: YR
|
||||
icon: /images/yr.png
|
||||
href: https://www.yr.no/
|
||||
- CNN:
|
||||
- abbr: CNN
|
||||
icon: /images/cnn.png
|
||||
href: https://www.cnn.com/
|
||||
- CNBC:
|
||||
- abbr: CNBC
|
||||
icon: sh-cnbc.svg
|
||||
href: https://www.cnbc.com/
|
||||
- Google News:
|
||||
- abbr: GN
|
||||
icon: sh-google-news.svg
|
||||
href: https://news.google.com/
|
||||
|
||||
- Gaming:
|
||||
- Steam:
|
||||
- abbr: ST
|
||||
icon: steam.svg
|
||||
href: https://store.steampowered.com/
|
||||
- Epic Games Store:
|
||||
- abbr: EGS
|
||||
icon: epic-games.svg
|
||||
href: https://www.epicgames.com/store/en-US/
|
||||
- GOG:
|
||||
- abbr: GOG
|
||||
icon: /images/gog.png
|
||||
href: https://www.gog.com/
|
||||
- My abandonware:
|
||||
- abbr: MA
|
||||
icon: /images/myabandonware.png
|
||||
href: https://www.myabandonware.com/
|
||||
- itch.io:
|
||||
- abbr: IT
|
||||
icon: images/itchio.svg
|
||||
href: https://itch.io/
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/docker/
|
||||
|
||||
# my-docker:
|
||||
# host: 127.0.0.1
|
||||
# port: 2375
|
||||
my-docker:
|
||||
socket: /var/run/docker.sock
|
||||
swarm: true
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
# sample kubernetes config
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
pve-01:
|
||||
url: https://pve-01.home.ramberg.net:8006
|
||||
token: api@pve!homepage
|
||||
secret: 43fac2a0-ab06-42f7-b462-64559156bcfc
|
||||
@@ -1,46 +0,0 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/services/
|
||||
|
||||
- Infrastructure:
|
||||
- Proxmox:
|
||||
icon: proxmox.svg
|
||||
href: "https://proxmox.home.ramberg.net"
|
||||
description: PVE1
|
||||
widget:
|
||||
type: proxmox
|
||||
url: "https://proxmox.home.ramberg.net"
|
||||
username: "api@pve!homepage"
|
||||
password: "43fac2a0-ab06-42f7-b462-64559156bcfc"
|
||||
node: pve-01
|
||||
#fields: ["vms", "lxc", "resources.cpu", "resources.mem"]
|
||||
fields: ["vms", "resources.cpu", "resources.mem"]
|
||||
|
||||
- Proxmox Backup Server:
|
||||
icon: proxmox.svg
|
||||
href: "https://backup.home.ramberg.net"
|
||||
#description:
|
||||
widget:
|
||||
type: proxmoxbackupserver
|
||||
url: "https://backup.home.ramberg.net"
|
||||
username: "homepage@pbs!homepage"
|
||||
password: "f9c84ead-605a-4feb-b28e-1d7bafefcb16"
|
||||
#datastore: "Backups" #optional; if ommitted, will display a combination of all datastores used / total
|
||||
#fields: ["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"]
|
||||
#fields: ["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"]
|
||||
|
||||
- TrueNas Scale:
|
||||
icon: truenas.png
|
||||
href: https://truenas.home.ramberg.net/
|
||||
#description: Truenas
|
||||
#proxmoxNode: pve-01
|
||||
#proxmoxVMID: 103
|
||||
widget:
|
||||
type: truenas
|
||||
url: https://truenas.home.ramberg.net/
|
||||
username: "truenas_admin" # not required if using api key
|
||||
password: "homekbr1998" # not required if using api key
|
||||
#key: yourtruenasapikey # not required if using username / password
|
||||
enablePools: true # optional, defaults to false
|
||||
nasType: scale # defaults to scale, must be set to 'core' if using enablePools with TrueNAS Core
|
||||
fields: ["load", "uptime", "alerts"]
|
||||
@@ -1,59 +0,0 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/settings/
|
||||
|
||||
#providers:
|
||||
# openweathermap: openweathermapapikey
|
||||
# weatherapi: weatherapiapikey
|
||||
|
||||
title: Kim Brian Ramberg's Homepage
|
||||
headerStyle: clean
|
||||
background:
|
||||
image: https://wallpapercave.com/wp/wp4565843.jpg
|
||||
blur: md
|
||||
saturate: 50
|
||||
brightness: 50
|
||||
opacity: 70
|
||||
theme: dark
|
||||
color: slate
|
||||
useEqualHeights: true
|
||||
quicklaunch:
|
||||
searchDescriptions: true
|
||||
hideInternetSearch: true
|
||||
showSearchSuggestions: true
|
||||
hideVisitURL: true
|
||||
hideVersion: false
|
||||
layout:
|
||||
Quick:
|
||||
header: false
|
||||
style: column
|
||||
Access:
|
||||
header: false
|
||||
style: column
|
||||
Calendar:
|
||||
header: false
|
||||
style: column
|
||||
Infrastructure:
|
||||
header: true
|
||||
style: row
|
||||
columns: 5
|
||||
Network and IoT:
|
||||
header: true
|
||||
style: row
|
||||
columns: 4
|
||||
Media:
|
||||
header: true
|
||||
style: row
|
||||
columns: 4
|
||||
Monitoring:
|
||||
header: true
|
||||
style: row
|
||||
columns: 4
|
||||
Tor Stack:
|
||||
header: true
|
||||
style: row
|
||||
columns: 4
|
||||
Access and Services:
|
||||
header: true
|
||||
style: row
|
||||
columns: 4
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/info-widgets/
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
||||
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="235.452" width="261.728" viewBox="0 0 245.371 220.736"><path d="M31.99 1.365C21.287 7.72.2 31.945 0 38.298v10.516C0 62.144 12.46 73.86 23.773 73.86c13.584 0 24.902-11.258 24.903-24.62 0 13.362 10.93 24.62 24.515 24.62 13.586 0 24.165-11.258 24.165-24.62 0 13.362 11.622 24.62 25.207 24.62h.246c13.586 0 25.208-11.258 25.208-24.62 0 13.362 10.58 24.62 24.164 24.62 13.585 0 24.515-11.258 24.515-24.62 0 13.362 11.32 24.62 24.903 24.62 11.313 0 23.773-11.714 23.773-25.046V38.298c-.2-6.354-21.287-30.58-31.988-36.933C180.118.197 157.056-.005 122.685 0c-34.37.003-81.228.54-90.697 1.365zm65.194 66.217a28.025 28.025 0 0 1-4.78 6.155c-5.128 5.014-12.157 8.122-19.906 8.122a28.482 28.482 0 0 1-19.948-8.126c-1.858-1.82-3.27-3.766-4.563-6.032l-.006.004c-1.292 2.27-3.092 4.215-4.954 6.037a28.5 28.5 0 0 1-19.948 8.12c-.934 0-1.906-.258-2.692-.528-1.092 11.372-1.553 22.24-1.716 30.164l-.002.045c-.02 4.024-.04 7.333-.06 11.93.21 23.86-2.363 77.334 10.52 90.473 19.964 4.655 56.7 6.775 93.555 6.788h.006c36.854-.013 73.59-2.133 93.554-6.788 12.883-13.14 10.31-66.614 10.52-90.474-.022-4.596-.04-7.905-.06-11.93l-.003-.045c-.162-7.926-.623-18.793-1.715-30.165-.786.27-1.757.528-2.692.528a28.5 28.5 0 0 1-19.948-8.12c-1.862-1.822-3.662-3.766-4.955-6.037l-.006-.004c-1.294 2.266-2.705 4.213-4.563 6.032a28.48 28.48 0 0 1-19.947 8.125c-7.748 0-14.778-3.11-19.906-8.123a28.025 28.025 0 0 1-4.78-6.155 27.99 27.99 0 0 1-4.736 6.155 28.49 28.49 0 0 1-19.95 8.124c-.27 0-.54-.012-.81-.02h-.007c-.27.008-.54.02-.813.02a28.49 28.49 0 0 1-19.95-8.123 27.992 27.992 0 0 1-4.736-6.155zm-20.486 26.49l-.002.01h.015c8.113.017 15.32 0 24.25 9.746 7.028-.737 14.372-1.105 21.722-1.094h.006c7.35-.01 14.694.357 21.723 1.094 8.93-9.747 16.137-9.73 24.25-9.746h.014l-.002-.01c3.833 0 19.166 0 29.85 30.007L210 165.244c8.504 30.624-2.723 31.373-16.727 31.4-20.768-.773-32.267-15.855-32.267-30.935-11.496 1.884-24.907 2.826-38.318 2.827h-.006c-13.412 0-26.823-.943-38.318-2.827 0 15.08-11.5 30.162-32.267 30.935-14.004-.027-25.23-.775-16.726-31.4L46.85 124.08C57.534 94.073 72.867 94.073 76.7 94.073zm45.985 23.582v.006c-.02.02-21.863 20.08-25.79 27.215l14.304-.573v12.474c0 .584 5.74.346 11.486.08h.006c5.744.266 11.485.504 11.485-.08v-12.474l14.304.573c-3.928-7.135-25.79-27.215-25.79-27.215v-.006l-.003.002z" color="#000"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-9 -9 32 32" fill="#1fb141"><path d="M7 0H0v14h7V0z"></path><path d="M10.5 7a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm0 7a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"></path></svg>
|
||||
|
Before Width: | Height: | Size: 218 B |
|
Before Width: | Height: | Size: 814 B |
|
Before Width: | Height: | Size: 9.0 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
@@ -1,3 +0,0 @@
|
||||
# iperf3 .env file
|
||||
|
||||
PORT=5201
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
# Service Name: iperf3
|
||||
# Description : Use to test network bandwidth between two hosts
|
||||
# Homepage : https://iperf.fr/
|
||||
|
||||
services:
|
||||
iperf3:
|
||||
command: '-s'
|
||||
image: networkstatic/iperf3
|
||||
ports:
|
||||
- '${PORT}:5201'
|
||||
#container_name: iperf3-server
|
||||
tty: true
|
||||
stdin_open: true
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Services
|
||||
- homepage.name=iPerf3
|
||||
#- homepage.icon=iPerf3.png
|
||||
- homepage.href=https://iPerf3.home.ramberg.net/
|
||||
#- homepage.description=FreshRSS
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# Environment variables for the IT Tools application
|
||||
|
||||
PORT=9080
|
||||
@@ -1,22 +0,0 @@
|
||||
#name: it-tools
|
||||
services:
|
||||
it-tools:
|
||||
image: corentinth/it-tools:latest
|
||||
#container_name: it-tools
|
||||
#restart: unless-stopped
|
||||
ports:
|
||||
- ${PORT}:80
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Services
|
||||
- homepage.name=IT-Tools
|
||||
- homepage.icon=it-tools.png
|
||||
#- homepage.description=
|
||||
- homepage.href=https://it-tools.home.ramberg.net/
|
||||
# Widget Configuration
|
||||
#- homepage.widget.type=it-tools
|
||||
#- homepage.widget.url=https://it-tools.home.ramberg.net
|
||||
#- homepage.widget.username=kim@ramberg.net
|
||||
#- homepage.widget.password=homekbr1998
|
||||
#- homepage.widget.fields=["enabled", "disabled", "total"]
|
||||
@@ -0,0 +1,9 @@
|
||||
#name: it-tools
|
||||
services:
|
||||
it-tools:
|
||||
image: corentinth/it-tools:latest
|
||||
container_name: it-tools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 9080:80
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# This file is used to set environment variables for the Mealie application.
|
||||
|
||||
PORT=9091
|
||||
|
||||
ALLOW_SIGNUP=false
|
||||
LOG_LEVEL=DEBUG
|
||||
@@ -1,58 +0,0 @@
|
||||
|
||||
# Service Name: Mealie
|
||||
# Description : Recipe manager and meal planner
|
||||
# Homepage : https://mealie.io/
|
||||
|
||||
|
||||
services:
|
||||
mealie:
|
||||
#container_name: mealie
|
||||
image: hkotel/mealie:latest
|
||||
# build:
|
||||
# context: ../
|
||||
# target: production
|
||||
# dockerfile: ./docker/Dockerfile
|
||||
#restart: unless-stopped
|
||||
volumes:
|
||||
- /home/rcadmin/docker/mealie/data:/app/data/
|
||||
ports:
|
||||
- ${PORT}:9000
|
||||
environment:
|
||||
ALLOW_SIGNUP: ${ALLOW_SIGNUP:-false}
|
||||
LOG_LEVEL: ${LOG_LEVEL:-INFO}
|
||||
|
||||
DB_ENGINE: sqlite # Optional: 'sqlite', 'postgres'
|
||||
# =====================================
|
||||
# Postgres Config
|
||||
#POSTGRES_USER: mealie
|
||||
#POSTGRES_PASSWORD: mealie
|
||||
#POSTGRES_SERVER: postgres
|
||||
#POSTGRES_PORT: 5432
|
||||
#POSTGRES_DB: mealie
|
||||
# =====================================
|
||||
# Email Configuration
|
||||
# SMTP_HOST=
|
||||
# SMTP_PORT=587
|
||||
# SMTP_FROM_NAME=Mealie
|
||||
# SMTP_AUTH_STRATEGY=TLS # Options: 'TLS', 'SSL', 'NONE'
|
||||
# SMTP_FROM_EMAIL=
|
||||
# SMTP_USER=
|
||||
# SMTP_PASSWORD=
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Home
|
||||
- homepage.name=Mealie
|
||||
- homepage.icon=mealie.png
|
||||
- homepage.description=Food Recipe Manager and Meal Planner
|
||||
- homepage.href=https://mealie.ramberg.net/
|
||||
# Widget Configuration
|
||||
- homepage.widget.type=mealie
|
||||
- homepage.widget.url=https://mealie.ramberg.net
|
||||
- homepage.widget.key=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsb25nX3Rva2VuIjp0cnVlLCJpZCI6ImU0ZTAxMDlhLWM4M2YtNGFmNC04ZmY4LThiMjM5Y2RkYjcwOCIsIm5hbWUiOiJIb21lcGFnZSIsImludGVncmF0aW9uX2lkIjoiZ2VuZXJpYyIsImV4cCI6MTkyNzY1OTI4M30.h47q7s2TutVq5SNaZJECqfAAZWN8RwEgNI6A59RrOlo
|
||||
- homepage.widget.version=2 # only required if version > 1, defaults to 1
|
||||
- homepage.widget.fields=["recipes", "categories"] # ["recipes", "users", "categories", "tags"]
|
||||
|
||||
#volumes:
|
||||
# mealie-data:
|
||||
# driver: local
|
||||
@@ -1,5 +0,0 @@
|
||||
# Notes related to Mealie
|
||||
|
||||
## Homepage API Token
|
||||
|
||||
`eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsb25nX3Rva2VuIjp0cnVlLCJpZCI6ImU0ZTAxMDlhLWM4M2YtNGFmNC04ZmY4LThiMjM5Y2RkYjcwOCIsIm5hbWUiOiJIb21lcGFnZSIsImludGVncmF0aW9uX2lkIjoiZ2VuZXJpYyIsImV4cCI6MTkyNzY1OTI4M30.h47q7s2TutVq5SNaZJECqfAAZWN8RwEgNI6A59RrOlo`
|
||||
@@ -1,14 +0,0 @@
|
||||
# Admin: kim@ramberg.net
|
||||
# Pass : Homekbr1998!
|
||||
|
||||
PORT=5678
|
||||
|
||||
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
||||
N8N_SUBDOMAIN='n8n'
|
||||
N8N_DOMAIN_NAME='home.ramberg.net'
|
||||
N8N_PORT='5678'
|
||||
N8N_PROTOCOL='https'
|
||||
N8N_RUNNERS_ENABLED='true'
|
||||
NODE_ENV='production'
|
||||
GENERIC_TIMEZONE='Europe/Oslo'
|
||||
DB_SQLITE_POOL_SIZE='0'
|
||||
@@ -1,24 +0,0 @@
|
||||
# Service Name: N8N
|
||||
# Description : N8N Server
|
||||
# Homepage : https://n8n.io/
|
||||
|
||||
services:
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
restart: always
|
||||
ports:
|
||||
- "127.0.0.1:5678:5678"
|
||||
environment:
|
||||
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=${N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS}
|
||||
- N8N_HOST=${N8N_SUBDOMAIN}.${N8N_DOMAIN_NAME}
|
||||
- N8N_PORT=${N8N_PORT}
|
||||
- N8N_PROTOCOL=${N8N_PROTOCOL}
|
||||
- N8N_RUNNERS_ENABLED=${N8N_RUNNERS_ENABLED}
|
||||
- NODE_ENV=${NODE_ENV}
|
||||
- WEBHOOK_URL=${N8N_PROTOCOL}://${N8N_SUBDOMAIN}.${N8N_DOMAIN_NAME}/
|
||||
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE}
|
||||
- TZ=${GENERIC_TIMEZONE}
|
||||
- DB_SQLITE_POOL_SIZE=${DB_SQLITE_POOL_SIZE}
|
||||
volumes:
|
||||
- /home/rcadmin/docker/n8n/data:/home/node/.n8n
|
||||
- /home/rcadmin/docker/n8n/files:/files
|
||||
@@ -1,31 +0,0 @@
|
||||
# Service Name: N8N
|
||||
# Description : N8N Server
|
||||
# Homepage : https://n8n.io/
|
||||
|
||||
services:
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
restart: always
|
||||
ports:
|
||||
- "${PORT}:5678"
|
||||
environment:
|
||||
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=${N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS}
|
||||
- N8N_HOST=${N8N_SUBDOMAIN}.${N8N_DOMAIN_NAME}
|
||||
- N8N_PORT=${N8N_PORT}
|
||||
- N8N_PROTOCOL=${N8N_PROTOCOL}
|
||||
- N8N_RUNNERS_ENABLED=${N8N_RUNNERS_ENABLED}
|
||||
- NODE_ENV=${NODE_ENV}
|
||||
- WEBHOOK_URL=${N8N_PROTOCOL}://${N8N_SUBDOMAIN}.${N8N_DOMAIN_NAME}/
|
||||
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE}
|
||||
- TZ=${GENERIC_TIMEZONE}
|
||||
- DB_SQLITE_POOL_SIZE=${DB_SQLITE_POOL_SIZE}
|
||||
volumes:
|
||||
- /home/rcadmin/docker/n8n/data:/home/node/.n8n
|
||||
- /home/rcadmin/docker/n8n/files:/files
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Development
|
||||
- homepage.name=N8N
|
||||
#- homepage.icon=mealie.png
|
||||
#- homepage.description=Food Recipe Manager and Meal Planner
|
||||
- homepage.href=https://n8n.home.ramberg.net/
|
||||
@@ -1,13 +0,0 @@
|
||||
# Admin: kim@ramberg.net
|
||||
# Pass : Homekbr1998!
|
||||
|
||||
|
||||
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
||||
N8N_SUBDOMAIN='n8n'
|
||||
N8N_DOMAIN_NAME='home.ramberg.net'
|
||||
N8N_PORT='5678'
|
||||
N8N_PROTOCOL='https'
|
||||
N8N_RUNNERS_ENABLED='true'
|
||||
NODE_ENV='production'
|
||||
GENERIC_TIMEZONE='Europe/Oslo'
|
||||
DB_SQLITE_POOL_SIZE='0'
|
||||
@@ -1,5 +0,0 @@
|
||||
#
|
||||
|
||||
PORT_1=80
|
||||
PORT_2=81
|
||||
PORT_3=443
|
||||
@@ -1,27 +0,0 @@
|
||||
#name: Nginx Proxy Manager
|
||||
services:
|
||||
npm:
|
||||
image: 'docker.io/jc21/nginx-proxy-manager:latest'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '${PORT_1}:80'
|
||||
- '${PORT_2}:81'
|
||||
- '${PORT_3}:443'
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Infrastructure
|
||||
- homepage.name=Nginx Proxy Manager
|
||||
- homepage.icon=nginx-proxy-manager.png
|
||||
#- homepage.description=Nginx Proxy Manager
|
||||
- homepage.href=https://proxy.home.ramberg.net/
|
||||
# Widget Configuration
|
||||
- homepage.widget.type=npm
|
||||
- homepage.widget.url=https://proxy.home.ramberg.net
|
||||
- homepage.widget.username=kim@ramberg.net
|
||||
- homepage.widget.password=homekbr1998
|
||||
- homepage.widget.fields=["enabled", "disabled", "total"]
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
version = 5.3.1
|
||||
archive_dir = /etc/letsencrypt/archive/npm-11
|
||||
cert = /etc/letsencrypt/live/npm-11/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-11/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-11/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-11/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
portainer.home.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,22 +0,0 @@
|
||||
version = 5.3.1
|
||||
archive_dir = /etc/letsencrypt/archive/npm-12
|
||||
cert = /etc/letsencrypt/live/npm-12/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-12/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-12/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-12/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
pihole.home.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,22 +0,0 @@
|
||||
version = 5.3.1
|
||||
archive_dir = /etc/letsencrypt/archive/npm-13
|
||||
cert = /etc/letsencrypt/live/npm-13/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-13/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-13/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-13/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
homebox.home.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,22 +0,0 @@
|
||||
version = 5.2.2
|
||||
archive_dir = /etc/letsencrypt/archive/npm-14
|
||||
cert = /etc/letsencrypt/live/npm-14/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-14/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-14/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-14/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
ntfy.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,22 +0,0 @@
|
||||
version = 5.2.2
|
||||
archive_dir = /etc/letsencrypt/archive/npm-15
|
||||
cert = /etc/letsencrypt/live/npm-15/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-15/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-15/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-15/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
it-tools.home.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,23 +0,0 @@
|
||||
version = 5.2.2
|
||||
archive_dir = /etc/letsencrypt/archive/npm-16
|
||||
cert = /etc/letsencrypt/live/npm-16/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-16/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-16/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-16/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
uptime-kuma.home.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
uptime.home.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,22 +0,0 @@
|
||||
version = 5.2.2
|
||||
archive_dir = /etc/letsencrypt/archive/npm-17
|
||||
cert = /etc/letsencrypt/live/npm-17/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-17/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-17/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-17/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
git.home.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,22 +0,0 @@
|
||||
version = 5.3.1
|
||||
archive_dir = /etc/letsencrypt/archive/npm-2
|
||||
cert = /etc/letsencrypt/live/npm-2/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-2/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-2/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-2/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
vaultwarden.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,22 +0,0 @@
|
||||
version = 5.3.1
|
||||
archive_dir = /etc/letsencrypt/archive/npm-3
|
||||
cert = /etc/letsencrypt/live/npm-3/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-3/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-3/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-3/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
proxmox.home.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,22 +0,0 @@
|
||||
version = 5.3.1
|
||||
archive_dir = /etc/letsencrypt/archive/npm-5
|
||||
cert = /etc/letsencrypt/live/npm-5/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-5/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-5/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-5/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
backup.home.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,22 +0,0 @@
|
||||
version = 5.3.1
|
||||
archive_dir = /etc/letsencrypt/archive/npm-6
|
||||
cert = /etc/letsencrypt/live/npm-6/cert.pem
|
||||
privkey = /etc/letsencrypt/live/npm-6/privkey.pem
|
||||
chain = /etc/letsencrypt/live/npm-6/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/npm-6/fullchain.pem
|
||||
|
||||
# Options used in the renewal process
|
||||
[renewalparams]
|
||||
account = 020f85d8def96a90143fbf56a6214037
|
||||
key_type = ecdsa
|
||||
elliptic_curve = secp384r1
|
||||
preferred_chain = ISRG Root X1
|
||||
pref_challs = http-01,
|
||||
config_dir = /etc/letsencrypt
|
||||
work_dir = /tmp/letsencrypt-lib
|
||||
logs_dir = /data/logs
|
||||
authenticator = webroot
|
||||
webroot_path = /data/letsencrypt-acme-challenge,
|
||||
server = https://acme-v02.api.letsencrypt.org/directory
|
||||
[[webroot_map]]
|
||||
proxy.home.ramberg.net = /data/letsencrypt-acme-challenge
|
||||
@@ -1,26 +0,0 @@
|
||||
services:
|
||||
app:
|
||||
image: 'docker.io/jc21/nginx-proxy-manager:latest'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '80:80'
|
||||
- '81:81'
|
||||
- '443:443'
|
||||
volumes:
|
||||
- /home/rcadmin/docker/nginx-proxy-manager/data:/data
|
||||
- /home/rcadmin/docker/nginx-proxy-manager/letsencrypt:/etc/letsencrypt
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Infrastructure
|
||||
- homepage.name=Nginx Proxy Manager
|
||||
- homepage.icon=nginx-proxy-manager.png
|
||||
#- homepage.description=Nginx Proxy Manager
|
||||
- homepage.href=https://proxy.home.ramberg.net/
|
||||
# Widget Configuration
|
||||
- homepage.widget.type=npm
|
||||
- homepage.widget.url=https://proxy.home.ramberg.net
|
||||
- homepage.widget.username=kim@ramberg.net
|
||||
- homepage.widget.password=homekbr1998
|
||||
- homepage.widget.fields=["enabled", "disabled", "total"]
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
docker stack deploy -c compose.yml ${PWD##*/}
|
||||
@@ -1,12 +0,0 @@
|
||||
#docker run --name docker-nginx -p 80:80 -v ~/docker-nginx/html:/usr/share/nginx/html -v ~/docker-nginx/default.conf:/etc/nginx/conf.d/default.conf -d nginx
|
||||
|
||||
version: '3.9'
|
||||
services:
|
||||
nginx:
|
||||
image: nginx
|
||||
volumes:
|
||||
- '/home/rcadmin/docker/nginx/config/default.conf:/etc/nginx/conf.d/default.conf'
|
||||
- '/home/rcadmin/docker/nginx/html:/usr/share/nginx/html'
|
||||
ports:
|
||||
- '80:80'
|
||||
container_name: nginx
|
||||
@@ -1 +0,0 @@
|
||||
<h1>Test</h1>
|
||||
@@ -1,70 +0,0 @@
|
||||
|
||||
# Service Name:
|
||||
# Description :
|
||||
# Homepage :
|
||||
|
||||
Base all volumes on `/home/rcadmin/docker/`
|
||||
|
||||
docker stack deploy -c compose.yml <name>
|
||||
|
||||
```
|
||||
networks:
|
||||
- dozzle
|
||||
|
||||
deploy:
|
||||
mode: global
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
labels:
|
||||
- homepage.group=Information
|
||||
- homepage.name=FreshRSS
|
||||
- homepage.icon=freshrss.png
|
||||
- homepage.href=https://freshrss.home.ramberg.net/
|
||||
- homepage.description=FreshRSS
|
||||
# Widget settings
|
||||
- homepage.widget.type=freshrss
|
||||
- homepage.widget.url=http://192.168.50.201:8083
|
||||
- homepage.widget.username=kim
|
||||
- homepage.widget.password=homekbr1998
|
||||
networks:
|
||||
dozzle:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
version: '3.8'
|
||||
services:
|
||||
web:
|
||||
image: nginx
|
||||
volumes:
|
||||
- web_data:/var/www/html
|
||||
web-test:
|
||||
image: nginx
|
||||
volumes:
|
||||
- web_data:/var/www/html # Web and web test share the web_data volume
|
||||
db:
|
||||
image: mysql
|
||||
volumes:
|
||||
- db_data:/var/lib/mysql
|
||||
volumes:
|
||||
web_data:
|
||||
db_data:
|
||||
driver: local # Define the driver and options under the volume name
|
||||
driver_opts:
|
||||
type: none
|
||||
device: /data/db_data
|
||||
o: bind
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
env $(grep -v '^#' .env | xargs) docker stack deploy -c docker-compose.yml stack-name-here
|
||||
|
||||
|
||||
env $(grep -v '^#' ${PWD}/.env | xargs) docker stack deploy -c docker-compose.yml stack-name-here
|
||||
|
||||
```
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
# ntfy - a simple HTTP-based pub-sub notification service
|
||||
# Environment variables for ntfy
|
||||
|
||||
TZ=Europe/Oslo
|
||||
PORT=9010
|
||||
@@ -1,36 +0,0 @@
|
||||
#name: Ntfy messaging server
|
||||
|
||||
services:
|
||||
ntfy:
|
||||
image: binwiederhier/ntfy
|
||||
#container_name: ntfy
|
||||
command:
|
||||
- serve
|
||||
environment:
|
||||
- TZ=${TZ} # optional: set desired timezone
|
||||
#user: UID:GID # optional: replace with your own user/group or uid/gid
|
||||
volumes:
|
||||
- /home/rcadmin/docker/ntfy/data/cache_ntfy:/var/cache/ntfy
|
||||
- /home/rcadmin/docker/ntfy/data/etc_ntfy:/etc/ntfy
|
||||
networks:
|
||||
- ntfy
|
||||
ports:
|
||||
- ${PORT}:80
|
||||
healthcheck: # optional: remember to adapt the host:port to your environment
|
||||
test: ["CMD-SHELL", "wget -q --tries=1 http://localhost:80/v1/health -O - | grep -Eo '\"healthy\"\\s*:\\s*true' || exit 1"]
|
||||
interval: 60s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
#restart: unless-stopped
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Services
|
||||
- homepage.name=Ntfy
|
||||
- homepage.icon=ntfy.png
|
||||
- homepage.href=https://ntfy.ramberg.net/
|
||||
|
||||
networks:
|
||||
ntfy:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
@@ -1,4 +0,0 @@
|
||||
# This file is used to set environment variables for the OpenSpeedTest application.
|
||||
|
||||
PORT_1=3004
|
||||
PORT_2=3005
|
||||
@@ -1,27 +0,0 @@
|
||||
|
||||
# Service Name: OpenSpeedTest
|
||||
# Description : HTML5 Internet Speed Test
|
||||
# Homepage : https://openspeedtest.com/
|
||||
|
||||
#version: '3.3'
|
||||
services:
|
||||
speedtest:
|
||||
#restart: unless-stopped
|
||||
#container_name: openspeedtest
|
||||
networks:
|
||||
- openspeedtest
|
||||
ports:
|
||||
- '${PORT_1}:3000'
|
||||
- '${PORT_2}:3001'
|
||||
image: openspeedtest/latest
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Services
|
||||
- homepage.name=OpenSpeedTest
|
||||
#- homepage.icon=.png
|
||||
- homepage.href=https://openspeedtest.home.ramberg.net/
|
||||
|
||||
networks:
|
||||
openspeedtest:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
@@ -1,18 +0,0 @@
|
||||
# Pi-hole Docker Environment Variables
|
||||
|
||||
# Ports
|
||||
# DNS Ports
|
||||
PORT_DNS_TCP=53
|
||||
PORT_DNS_UDP=53
|
||||
# Default HTTP Port
|
||||
PORT_HTTP=8080
|
||||
# Default HTTPs Port. FTL will generate a self-signed certificate
|
||||
PORT_HTTPS=8443
|
||||
# Uncomment the below if using Pi-hole as your DHCP Server
|
||||
#PORT_DHCP_SERVER=67
|
||||
|
||||
# Environment variables
|
||||
TZ=Europe/Oslo'
|
||||
|
||||
# Set a password to access the web interface. Not setting one will result in a random password being assigned
|
||||
FTLCONF_webserver_api_password='homekbr1998'
|
||||