mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
added webtrees and guacamole
This commit is contained in:
parent
5bbd887b35
commit
8e9573e1cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,4 +16,5 @@ portainer/portainer_data/
|
|||||||
plex-radarr-transmission/plex/
|
plex-radarr-transmission/plex/
|
||||||
plex-radarr-transmission/radarr/
|
plex-radarr-transmission/radarr/
|
||||||
plex-radarr-transmission/transmission/
|
plex-radarr-transmission/transmission/
|
||||||
|
guacamole/config/
|
||||||
|
|
||||||
|
19
README.md
19
README.md
@ -3,7 +3,7 @@
|
|||||||
## Services
|
## Services
|
||||||
|
|
||||||
| Service | Port |
|
| Service | Port |
|
||||||
|-|-|
|
| --------------------------------------------------------------------- | ------------------------------------ |
|
||||||
| [Cloudcmd](https://cloudcmd.io/) | [8000](http://localhost:8000) |
|
| [Cloudcmd](https://cloudcmd.io/) | [8000](http://localhost:8000) |
|
||||||
| [Code Server](https://github.com/linuxserver/docker-code-server) | [8443](http://localhost:8443) |
|
| [Code Server](https://github.com/linuxserver/docker-code-server) | [8443](http://localhost:8443) |
|
||||||
| [Gramps Web](https://www.grampsweb.org/) | [81](http://localhost:81) |
|
| [Gramps Web](https://www.grampsweb.org/) | [81](http://localhost:81) |
|
||||||
@ -27,6 +27,17 @@
|
|||||||
|
|
||||||
## ToDo
|
## ToDo
|
||||||
|
|
||||||
|
- https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose
|
||||||
|
|
||||||
|
- guacamole
|
||||||
|
- readme
|
||||||
|
- homepage
|
||||||
|
-
|
||||||
|
|
||||||
|
- webtrees
|
||||||
|
- homepage
|
||||||
|
- readme
|
||||||
|
|
||||||
- Graphana Loki
|
- Graphana Loki
|
||||||
- Authentik
|
- Authentik
|
||||||
- alpine
|
- alpine
|
||||||
@ -43,4 +54,10 @@
|
|||||||
- pinchflat
|
- pinchflat
|
||||||
- netalertx
|
- netalertx
|
||||||
- netdata
|
- netdata
|
||||||
|
- demo: https://app.netdata.cloud/spaces/netdata-demo/rooms/all-nodes
|
||||||
- stirlingpdf
|
- stirlingpdf
|
||||||
|
- mariadb-docker:
|
||||||
|
- phpmyadmin
|
||||||
|
- https://github.com/sqlchat/sqlchat
|
||||||
|
- https://github.com/beekeeper-studio/beekeeper-studio
|
||||||
|
- https://dbgate.org/
|
||||||
|
55
guacamole/README.md
Normal file
55
guacamole/README.md
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
## Usage
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. VNC/RDP
|
||||||
|
1. Windows
|
||||||
|
TODO
|
||||||
|
2. macOS
|
||||||
|
`System Settings` -> `General` -> `Sharing` -> `Screen Sharing` activieren (Kann verwendet werden um Screen sharing kurzfristig zu deaktivieren)
|
||||||
|
Weiters sollten die entsprechenden Screen Sharing Settings gesetzt werden auf `i`
|
||||||
|
|
||||||
|
2. Docker
|
||||||
|
Download und installiere [Docker Desktop](https://www.docker.com/)
|
||||||
|
Docker ist korrekt installiert, wenn in der GUI die linke untere Ecke grün ist.
|
||||||
|
|
||||||
|
3. Container
|
||||||
|
Erstelle in deinem Benutzerverzeichniss einen Ordner `guacamole`.
|
||||||
|
Erstelle [compose.yml](https://github.com/dominikhoebert/docker-projects/blob/master/guacamole/compose.yml) in diesem Ordner
|
||||||
|
Öffne das Terminal und führe folgende zwei Befehle aus
|
||||||
|
```
|
||||||
|
cd guacamole
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Config
|
||||||
|
Die Weboberfläche sollte nun über [http://localhost](http://localhost) erreichbar sein
|
||||||
|
Standart Login `guacadmin`/`guacadmin`
|
||||||
|
Settings oben rechts auf `guacadmin`
|
||||||
|
|
||||||
|
1. Password
|
||||||
|
Das Standartpasswort sollte in Preferences geändert werden (manche
|
||||||
|
Schüler kennen das Standartpasswort)
|
||||||
|
2. Connection
|
||||||
|
`Connections` -> `New Connection`
|
||||||
|
Beliebieger Name z.B. `Schule`
|
||||||
|
Protocol: RDP (Windows); VNC (macOS)
|
||||||
|
Maximum number of connections: 60
|
||||||
|
Maximum number of connections per user: 60
|
||||||
|
Hostname: `host.docker.internal`
|
||||||
|
Port: TODO (Windows); 5900 (macOS)
|
||||||
|
Authentication: Benutzername und Passwort des Geräts eingeben
|
||||||
|
Display:
|
||||||
|
Read-Only aktivieren
|
||||||
|
Cursor: Remote
|
||||||
|
Color Depth 32-Bit
|
||||||
|
Encoding: UTF-8
|
||||||
|
-> Save ganz unten
|
||||||
|
3. Schueler User
|
||||||
|
Users -> New User
|
||||||
|
Username: schueler
|
||||||
|
Password: schueler
|
||||||
|
Connections: Schule aktivieren
|
||||||
|
-> Save ganz unten
|
17
guacamole/compose.yml
Normal file
17
guacamole/compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# https://github.com/jwetzell/docker-guacamole
|
||||||
|
|
||||||
|
# client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5.
|
||||||
|
|
||||||
|
name: guacamole
|
||||||
|
|
||||||
|
services:
|
||||||
|
guacamole:
|
||||||
|
image: jwetzell/guacamole:1.5.5
|
||||||
|
container_name: guacamole
|
||||||
|
volumes:
|
||||||
|
- ./config:/config
|
||||||
|
ports:
|
||||||
|
- 80:8080
|
||||||
|
volumes:
|
||||||
|
postgres:
|
||||||
|
driver: local
|
49
webtrees/compose.yml
Normal file
49
webtrees/compose.yml
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
# https://github.com/fisharebest/webtrees
|
||||||
|
|
||||||
|
# webtrees is the web's leading online collaborative genealogy application
|
||||||
|
|
||||||
|
name: webtrees
|
||||||
|
|
||||||
|
services:
|
||||||
|
webtrees:
|
||||||
|
image: ghcr.io/nathanvaughn/webtrees:latest
|
||||||
|
ports:
|
||||||
|
- 82:80
|
||||||
|
#- 443:443
|
||||||
|
environment:
|
||||||
|
PRETTY_URLS: "0"
|
||||||
|
HTTPS: "0"
|
||||||
|
HTTPS_REDIRECT: "0"
|
||||||
|
LANG: "en-US"
|
||||||
|
BASE_URL: "http://localhost:82"
|
||||||
|
DB_TYPE: "sqlite"
|
||||||
|
DB_NAME: "webtrees"
|
||||||
|
DB_PREFIX: "wt_"
|
||||||
|
WT_USER: "username"
|
||||||
|
WT_NAME: "Full Name"
|
||||||
|
WT_PASS: "badwtpassword"
|
||||||
|
WT_EMAIL: "me@example.com"
|
||||||
|
PUID: "1000"
|
||||||
|
PGID: "1000"
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
# - ~/certs:/certs/
|
||||||
|
- app_data:/var/www/webtrees/data/
|
||||||
|
|
||||||
|
# db:
|
||||||
|
# environment:
|
||||||
|
# MARIADB_DATABASE: "webtrees"
|
||||||
|
# MARIADB_USER: "webtrees"
|
||||||
|
# MARIADB_ROOT_PASSWORD: "badrootpassword"
|
||||||
|
# MARIADB_PASSWORD: "baddbpassword"
|
||||||
|
# # See: https://github.com/NathanVaughn/webtrees-docker/issues/145
|
||||||
|
# image: docker.io/library/mariadb:10
|
||||||
|
# restart: unless-stopped
|
||||||
|
# volumes:
|
||||||
|
# - db_data:/var/lib/mysql
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
db_data:
|
||||||
|
driver: local
|
||||||
|
app_data:
|
||||||
|
driver: local
|
Loading…
x
Reference in New Issue
Block a user