feature/allthestuff #4
47
README.md
47
README.md
@@ -1,3 +1,48 @@
|
|||||||
# docker-container
|
# docker-container
|
||||||
|
|
||||||
Docker Container
|
Docker Container
|
||||||
|
|
||||||
|
|
||||||
|
## available containers:
|
||||||
|
|
||||||
|
* [git](https://git.home.domroese.eu)
|
||||||
|
* git server
|
||||||
|
* [guac](https://guac.home.domroese.eu)
|
||||||
|
* guacamole, ssh and remotedesktop sessions
|
||||||
|
* [rss](https://rss.home.domroese.eu)
|
||||||
|
* rss reader
|
||||||
|
* [morphos](https://morphos.home.domroese.eu)
|
||||||
|
* Image and Video converter
|
||||||
|
* [uptimekuma](https://uptimekuma.home.domroese.eu)
|
||||||
|
* monitoring
|
||||||
|
* [kopia](https://kopia.home.domroese.eu)
|
||||||
|
* backup tools
|
||||||
|
* [jenkins](https://jenkins.home.domroese.eu)
|
||||||
|
* [pihole](https://pihole.home.domroese.eu)
|
||||||
|
* [paperless](https://paperless.home.domroese.eu)
|
||||||
|
* DMS
|
||||||
|
* [ittools](https://ittools.home.domroese.eu)
|
||||||
|
* just tools
|
||||||
|
* [omnitools](https://omnitools.home.domroese.eu)
|
||||||
|
* also just tools
|
||||||
|
* [vault](https://vault.home.domroese.eu)
|
||||||
|
* key vault
|
||||||
|
* [chat](https://chat.home.domroese.eu)
|
||||||
|
* LMMs
|
||||||
|
* [budibase](https://budibase.home.domroese.eu)
|
||||||
|
* No-Code coding
|
||||||
|
* [erugo](https://erugo.home.domroese.eu)
|
||||||
|
* Filesharing
|
||||||
|
* [excalidraw](https://excalidraw.home.domroese.eu)
|
||||||
|
*
|
||||||
|
* [homarr](https://homarr.home.domroese.eu)
|
||||||
|
* monitoring
|
||||||
|
* [homepage](https://homepage.home.domroese.eu)
|
||||||
|
* Homepage
|
||||||
|
* [mealie](https://mealie.home.domroese.eu)
|
||||||
|
* Reciepes
|
||||||
|
* [shiori](https://shiori.home.domroese.eu)
|
||||||
|
* Bookmarks
|
||||||
|
* [wallos](https://wallos.home.domroese.eu)
|
||||||
|
* Finance, tracking of Subscriptions
|
||||||
|
* [nas](https://nas.home.domroese.eu)
|
||||||
@@ -105,11 +105,6 @@ wallos.home.domroese.eu:443 {
|
|||||||
reverse_proxy 192.168.1.65:8282
|
reverse_proxy 192.168.1.65:8282
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nas.home.domroese.eu {
|
nas.home.domroese.eu {
|
||||||
tls soenke@domroese.eu {
|
tls soenke@domroese.eu {
|
||||||
client_auth {
|
client_auth {
|
||||||
|
|||||||
5
restartall.sh
Normal file
5
restartall.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
for dir in *; do
|
||||||
|
if [ -d "$dir" ]; then
|
||||||
|
( cd "$dir" && docker compose down && docker compose pull && docker compose up -d )
|
||||||
|
fi
|
||||||
|
done
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
for dir in *; do
|
for dir in *; do
|
||||||
if [ -d "$dir" ]; then # or: if test -d "$dir"; then
|
if [ -d "$dir" ]; then
|
||||||
( cd "$dir" && docker-compose up -d )
|
( cd "$dir" && docker-compose up -d )
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user