Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

236 total results found

Vikunja

Vikunja is an Open-Source, self-hosted To-Do list application for all platforms. It is licensed under the AGPLv3. https://www.youtube.com/watch?v=DqyqDWpEvKI

Docker Containers

This is where you'll find information about Docker containers we've talked about on the channel.

Docker-Compose.yml

Vikunja

version: '3' services: db: image: mariadb:10 command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci environment: MYSQL_ROOT_PASSWORD: supersecret MYSQL_USER: vikunja MYSQL_PASSWORD: secret ...

Navidrome

Navidrome allows you to enjoy your music collection from anywhere, by making it available through a modern Web UI and through a wide range of third-party compatible mobile apps, for both iOS and Android devices. Homepage: https://www.navidrome.org/ Docker ...

Code Snippets

NGINX.conf

Vikunja

server { listen 80; location / { proxy_pass http://frontend:80; } location ~* ^/(api|dav|\.well-known)/ { proxy_pass http://api:3456; client_max_body_size 20M; } }

AdGuard Home Sync

Synchronize your AdGuard Home instances Original Source: https://github.com/bakito/adguardhome-sync

adguard

Affiliate Links

Here's where you'll find affiliate links and other ways to support the channel!

Docker-Compose.yml

Navidrome

version: '3' services: navidrome: image: deluan/navidrome:latest user: 1026:100 # should be owner of volumes ports: - 4533:4533 restart: unless-stopped environment: # Optional: put your config options customization ...

FireFox Docker Container

Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements ...

Kasm

Docker-Compose.yml

AdGuard Home Sync

--- version: "2.1" services: adguardhome-sync: image: quay.io/bakito/adguardhome-sync container_name: adguardhome-sync command: run environment: - ORIGIN_URL=http://192.168.1.26:85 #change as necessary - ORIGIN_USERNAME=d...

Gitea

Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license. Original Source: https://docs.gitea.io/en-us/install-with-docker/

Docker-Compose.yml

FireFox Docker Container

--- version: "2.1" volumes: firefox: services: firefox: image: ghcr.io/linuxserver/firefox container_name: firefox environment: - PUID=1026 #change this to for your settings - PGID=100 #change this to for your settings...

NextCloud

Share and collaborate on documents, send and receive email, manage your calendar and have video chats without data leaks As fully on-premises solution, Nextcloud Hub provides the benefits of online collaboration without the compliance and security risks. ...

CasaOS Installs

Community-based open source software focused on delivering simple home cloud experience around Docker ecosystem. https://casaos.zimaboard.com/

CloudFlare DDNS

Update your domain name DNS' IP Address automatically on CloudFlare

Proxmox