ippokratis
@ippokratis@lemmy.world
- Submitted 1 year ago to selfhosted@lemmy.world | 1 comment
- Comment on Docker + Nextcloud = why is it so difficult? 1 year ago:
I all comes down to which webserver you want to use actually
Base official image and linuxserver.Iowa comes with Apache fpm you can choose
- Comment on Docker + Nextcloud = why is it so difficult? 1 year ago:
With nginx
github.com/nextcloud/docker#base-version---fpm
With caddy
I oersonaly run fpm with caddy
Remember to create your admin account on first run and then add your trusted domain
Admin
navigate to localhost:8080 create admin acount write down your credestials
allowed domains
docker ps copy container id of nextcloud:fpm docker exec --user www-data container_id php occ config:system:set trusted_domains 2 --value=your_domain_name_here docker stop container_id docker start container_id
- Comment on owntracks recorderwith mosquitto and android client over mtls under docker 1 year ago:
Mosquitto offers mutual tls client certificates authentication
I like this hardened approach
Fan fact : I was able to setup mtls with androud-mosquitto
It is the of recorder that cant “talk” tls with mosquitto
- Submitted 1 year ago to selfhosted@lemmy.world | 2 comments