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

311 total results found

Moodle

Containered Apps

Link | DBTech Moodle is a free and open-source learning management system written in PHP and distributed under the GNU General Public License. Moodle is used for blended learning, distance education, flipped classroom and other online learning projects in sch...

LMS

InvoiceNinja

Containered Apps

Link Invoice Ninja is an open-source invoicing, billing, and payment management platform designed for freelancers and small to medium-sized businesses version: "3.3" services: invoiceninja: volumes: - /var/invoiceninja/public:/var/app/public ...

Finance

Solidinvoice

Containered Apps

Link version: '3.7' services: solidinvoice: image: solidinvoice/solidinvoice ports: - "8000:80" volumes: - /srv/Files/Solidinvoice/data:/var/www/html/var/data - /srv/Files/Solidinvoice/logs:/var/www/html/var/logs ...

Finance

Akaunting 2024

Containered Apps

https://github.com/akaunting/docker Usage git clone https://github.com/akaunting/docker cd docker cp env/db.env.example env/db.env vi env/db.env # and set things cp env/run.env.example env/run.env vi env/run.env # and set things AKAUNTING_SETUP=tru...

Finance

InvoiceShelf

Containered Apps

Link InvoiceShelf is an open-source web & mobile app that helps you track expenses, payments & create professional invoices & estimates. #------------------------------------------- # Docker Compose # - Darko Gjorgjijoski # Repo : https://github.com/Inv...

Finance

BigCapital

Containered Apps

Link Steps to deploy Bigcapital using docker-compose Download the required files. In a directory of your choosing, clone the Bigcapital repository and navigate into the ./bigcapital directory by entering the following commands: git clone --depth 1 -b m...

Finance

Umami

Containered Apps

Link Umami is a simple, fast, privacy-focused alternative to Google Analytics. --- version: '3' services: umami: image: ghcr.io/umami-software/umami:postgresql-latest ports: - "3580:3000" #og 3000:3000 environment: DATABASE_...

Monitoring

Beszel Draft

Containered Apps

https://github.com/henrygd/beszel?tab=readme-ov-file#docker services: beszel: image: 'henrygd/beszel' container_name: 'beszel-hub' restart: unless-stopped ports: - '8090:8090' volumes: - /srv/docker/beszel/data:/besze...

Monitoring

Docmost

Containered Apps

Link Open-source collaborative wiki and documentation software.  version: '3' services: docmost: image: docmost/docmost:latest depends_on: - db - redis environment: APP_URL: 'http://localhost:3000' APP_SECRET:...

Docs

FreshRSS

Containered Apps

Link FreshRSS is a self-hosted RSS feed aggregator. version: "3.3" services: freshrss: restart: unless-stopped logging: options: max-size: 10m ports: - 6327:80 environment: - TZ=Europe/Paris - CRON...

Monitoring

CommaFeed

Containered Apps

Link Google Reader inspired self-hosted RSS reader, based on Quarkus and React/TypeScript. services: commafeed: image: athou/commafeed:latest-h2 restart: unless-stopped volumes: - /srv/Files/Commafeed/db:/commafeed/data deploy: ...

Monitoring

Joplin

Containered Apps

Github | Website | Forums | See also Joplin Webview and Joplin webapp Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modif...

Docs

Joplin Webview

Containered Apps

Github A simple web viewer for Joplin notes. version: '3.4' x-common-variables: &common-variables ORIGINS: "'http://localhost:22301', 'http://192.168.1.103:22301'" #match ports JOPLIN_LOGIN_REQUIRED: True services: django-joplin-vieweb: ...

Utility

Build a container

General knowledge.

https://www.youtube.com/watch?v=SnSH8Ht3MIc Some lightweight Linux distributions commonly used in Docker containers include Alpine Linux, BusyBox, and Scratch. Alpine Linux is a popular choice due to its minimal size and package management system. Here's how ...

Obisdian Sync

Containered Apps

https://github.com/vrtmrz/obsidian-livesync/blob/main/docs/setup\_own\_server.md#docker-compose version: "2.1" services:   couchdb:     image: couchdb     container_name: obsidian-livesync     user: 1000:1000     environment:       - COUCHDB_USER=adm...

Logseq

Containered Apps

Github | Logseq Docker Web App Guide A privacy-first, open-source platform for knowledge management and collaboration docker run -d --rm -p 3051:80 ghcr.io/logseq/logseq-webapp:latest

Docs

Portall

Containered Apps

Github 🚢 Portall - Port Management System Portall provides an intuitive web-interface for generating, tracking, and organizing ports and services across multiple hosts. 🐳 Setup Docker Run docker run -p 8080:8080 \ -e SECRET_KEY=your_secret_key \ -e PORT=8...

Monitoring
Utility

LMS

Containered Apps

LMS is a self-hosted music streaming software. See official website⁠. Usage In order to run this LMS image, you will have to use at least two volumes: Working data (write access rights). Music directory to be scanned (read-only access rights), add a volume fo...

Music
Media

Force DNS change.

General knowledge.

In my case, /etc/resolved.conf was a symlink pointing to /run/systemd/resolve/stub-resolv.conf. I could edit both but they reverted to default after a reboot. So I did cp "/etc/resolv.conf" "/etc/resolv.conf_ORIGINAL" And edited it to my liking. For example: ...

Network

QDirStat

Containered Apps

Github Docker container for QDirStat This project implements a Docker container for QDirStat. QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. The GUI of the application is accessed through a modern...

Utility