Advanced Search
Search Results
335 total results found
Docuseal
Link 1 | Link 2 DocuSeal is an open source platform that provides secure and efficient digital document signing and processing. Create PDF forms to have them filled and signed online on any device with an easy-to-use, mobile-optimized web tool. version: '3'...
Paperless-ngx
Link | Config # Docker Compose file for running paperless from the Docker Hub. # This file contains everything paperless needs to run. # Paperless supports amd64, arm and arm64 hardware. # # All compose files of paperless configure paperless in the follow...
Obsidian
Link Obsidian is a note-taking app that lets you create, link, and organize your notes on your device, with hundreds of plugins and themes to customize your workflow. You can also publish your notes online, access them offline, and sync them securely with end...
Reader
Link A speedreading tool version: "3.3" services: reader: ports: - 5301:8080 image: davidewiest/reader:latest
FreeAskInternet
Link FreeAskInternet is a completely free, private and locally running search aggregator & answer generate using LLM, Without GPU needed. The user can ask a question and the system will use searxng to make a multi engine search and combine the search result t...
Serge-chat
Link Serge is a chat interface crafted with llama.cpp for running GGUF models. No API keys, entirely self-hosted! services: serge: image: ghcr.io/serge-chat/serge:latest container_name: serge restart: unless-stopped ports: - 800...
Slink
Link Yet another Imgur replacement. slink: image: anirdev/slink:latest container_name: slink environment: # Your application hostname - ORIGIN=https://your-domain.com # Require user approval before they can upload images - ...
Workout-tracker
Link version: "3.8" services: workout-tracker: image: ghcr.io/jovandeginste/workout-tracker:master restart: unless-stopped ports: # Host Port:Container Port - 8080:8080 volumes: - ./data:/data environment: ...
Moodle
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...
InvoiceNinja
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 ...
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...