mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker
synced 2024-11-17 03:25:30 +00:00
update
This commit is contained in:
parent
0bf43fb10d
commit
8b29008c83
@ -1,6 +1,6 @@
|
||||
# Selfhosted-Apps-Docker
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Arch Linux installation to serve as a docker host
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/SkENpGn.png)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Bitwarden_rs in docker
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/tT3FQLJ.png)
|
||||
|
||||
@ -78,7 +78,7 @@ networks:
|
||||
`.env`
|
||||
```bash
|
||||
# GENERAL
|
||||
MY_DOMAIN=blabla.org
|
||||
MY_DOMAIN=example.com
|
||||
DEFAULT_NETWORK=caddy_net
|
||||
TZ=Europe/Bratislava
|
||||
|
||||
@ -88,14 +88,14 @@ SIGNUPS_ALLOWED=false
|
||||
WEBSOCKET_ENABLED=true
|
||||
|
||||
# USING SENDGRID FOR SENDING EMAILS
|
||||
DOMAIN=https://passwd.blabla.org
|
||||
DOMAIN=https://passwd.example.com
|
||||
SMTP_SSL=true
|
||||
SMTP_EXPLICIT_TLS=true
|
||||
SMTP_HOST=smtp.sendgrid.net
|
||||
SMTP_PORT=465
|
||||
SMTP_USERNAME=apikey
|
||||
SMTP_PASSWORD=SG.asdasdasdasdasdasd
|
||||
SMTP_FROM=admin@blabla.org
|
||||
SMTP_FROM=admin@example.com
|
||||
```
|
||||
|
||||
**All containers must be on the same network**.</br>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Bookstack in docker
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/qDXwqaU.png)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# BorgBackup in docker
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/dR50bkP.png)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Caddy v2 Reverse Proxy
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/xmSY5qu.png)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# DDclient
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
# Purpose & Overview
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# dnsmasq
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/SOa4kRd.png)
|
||||
|
||||
@ -75,7 +75,7 @@ listen-address=::1,127.0.0.1
|
||||
server=8.8.8.8
|
||||
server=1.1.1.1
|
||||
|
||||
# DNS wildcards ----------------------------------------------------------------
|
||||
# DNS entries ------------------------------------------------------------------
|
||||
|
||||
# wildcard DNS entry sending domain and all its subdomains to an ip
|
||||
address=/example.com/192.168.1.2
|
||||
@ -189,7 +189,7 @@ for the active leases. Location of the file can vary base on your linux distro.
|
||||
|
||||
nslookup is a utility that checks DNS mapping,
|
||||
part of `bind-utils` or `bind-tools` packages, again depending on the distro,
|
||||
nut also available on windows.
|
||||
but also available on windows.
|
||||
|
||||
* `nslookup google.com`
|
||||
* `nslookup gateway`
|
||||
@ -198,6 +198,13 @@ nut also available on windows.
|
||||
* `nslookup whateverandom.example.com`
|
||||
* `nslookup plex.example.com`
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
If you have fast nslookup, but slow ping
|
||||
try to [disable ipv6](https://wiki.archlinux.org/index.php/IPv6#Disable_IPv6).
|
||||
|
||||
|
||||
|
||||
# Update
|
||||
|
||||
During host linux packages update.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Homer in docker
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/NSZ1DTH.png)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Nextcloud in docker
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/VXSovC9.png)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Portainer in docker
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/QxnuB1g.png)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Prometheus+Grafana in docker
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/e03aF8d.png)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Watchtower in docker
|
||||
|
||||
###### guide by example
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/xXS2bzZ.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user