Advanced Search
Search Results
339 total results found
Solidinvoice
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 ...
Akaunting 2024
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...
InvoiceShelf
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...
BigCapital
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...
Umami
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_...
Beszel Draft
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...
Docmost
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:...
FreshRSS
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...
CommaFeed
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: ...
Joplin
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...
Joplin Webview
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: ...
Build a container
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
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
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
Portall
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...
LMS
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...
Force DNS change.
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: ...
QDirStat
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...