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

335 total results found

Ladder

Containered Apps

Link Ladder is a web proxy to help bypass paywalls. This is a selfhosted version of 1ft.io and 12ft.io. It is inspired by 13ft. version: '3' services: ladder: image: ghcr.io/kubero-dev/ladder:latest container_name: ladder build: . #re...

Add geo-location based access rules to Nginx Proxy Manager

General knowledge.

Link Nginx Proxy Manager Geo-Location Based Access Rules This project allows running a python script that adds geo-location based access rules to Nginx Proxy Manager using free IP location data from db-ip (their free data is updated monthly but is not as com...

Dockge

Containered Apps

Link version: "3.8" services: dockge: image: louislam/dockge:latest restart: unless-stopped ports: # Host Port:Container Port - 5001:5001 volumes: - /var/run/docker.sock:/var/run/docker.sock - /srv/Dockge/da...

Utility

I Hate Money

Containered Apps

Github I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills. version: "3.3" services: ihatemoney: ports: - 8293:8000 # OG 8000:8000 ...

Finance

Fireshare

Containered Apps

Link version: "3" services: fireshare: container_name: fireshare image: shaneisrael/fireshare:latest ports: - "8080:80" volumes: - /srv/path/Fireshare/data:/data - /srv/path/Fireshare/processed:/processed - ...

Media

Nomie

Containered Apps

Link 1 | Link 2 First, create <YOUR PATH>/couchdb.ini and paste this: [HTTPD] enable_cors = true [chttpd] enable_cors = true [cors] origins = * credentials = true methods = GET, PUT, POST, HEAD, DELETE headers = accept, authorization, content-typ...

Utility
Health

Traggo

Containered Apps

Link version: "3.7" services: traggo: image: traggo/server:latest ports: - 3030:3030 environment: TRAGGO_DEFAULT_USER_NAME: "admin" TRAGGO_DEFAULT_USER_PASS: "mynewpassword" volumes: - ./traggodata:/opt/trag...

Monitoring
Productivity

Wallos

Containered Apps

Subscription tracker Link version: '3.0' services: wallos: container_name: wallos image: bellamy/wallos:latest ports: - "8282:80/tcp" environment: TZ: 'America/Toronto' # Volumes store your data between container ...

Finance
Monitoring

ownCloud

Containered Apps

Link version: "3" volumes: files: driver: local mysql: driver: local redis: driver: local services: owncloud: image: owncloud/server:${OWNCLOUD_VERSION} #eg owncloud/server:latest container_name: owncloud_server ...

Media
Docs

ownCloud Infinity Scale

Containered Apps

This note was originally taken from: https://owncloud.dev/ocis/guides/ocis-local-docker/ Start oCIS with docker compose  Create the project  Use the following skeleton as a docker-compose.yml: mkdir simple-ocis && \ cd simp...

Media

Cloudreve

Containered Apps

Create the necessary directory structure: mkdir -vp cloudreve/{uploads,avatar} \ && touch cloudreve/conf.ini \ && touch cloudreve/cloudreve.db \ && mkdir -p aria2/config \ && mkdir -p data/aria2 \ && chmod -R 777 data/aria2 Save the following content ...

Media

*arr Mega Stack

Containered Apps

version: "3.7" services: radarr: container_name: radarr hostname: Radarr image: ghcr.io/hotio/radarr ports: - "7878:7878" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris vo...

Media

Seafile

Containered Apps

Link services: db: image: mariadb:10.11 restart: always container_name: seafile-mysql environment: - MYSQL_ROOT_PASSWORD=db_dev # Requested, set the root's password of MySQL service. - MYSQL_LOG_CONSOLE=true volumes:...

Media

Shotshare

Containered Apps

An Imgur replacement Link cd /homegit clone https://github.com/mdshack/shotsharecd /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/sudo mkdir Shotsharecd /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotsharesudo mkdir sh...

Media
Photo

Legislation Française, catégories et exploitation.

Stabilisé

Devenir télépilote Playlist: https://youtube.com/playlist?list=PLF9wFUc9WFrM0Uaf_TwEWtsNNvpRVTTXL FormationOu Candidat libre. 30€ Le manuel du télépilote de droneManuel de formation théorique du télépilote (chez Mermoz, à l'air mieux) QCM, 60 questions, pa...

Pigallery2

Containered Apps

version: "3.3" services: pigallery2: ports: - xxxx:80 environment: - NODE_ENV=production volumes: - ./Pigallery2/config:/app/data/config - ./Pigallery2/db:/app/data/db - ./Pigallery2/images:/app/data/images...

Photo

QBittorrentVPN (binhex)

Containered Apps

Docs AirVPN provider AirVPN users will need to generate a unique OpenVPN configuration file by using the following link https://airvpn.org/generator/ Please select Linux and then choose the country you want to connect to Save the ovpn file to somewhere s...

Media
Torrent

Photoview

Containered Apps

Link version: "3" services: db: image: mariadb:10.5 restart: always environment: - MYSQL_DATABASE=photoview - MYSQL_USER=photoview - MYSQL_PASSWORD=photosecret #change - MYSQL_RANDOM_ROOT_PASSWORD=1 volume...

Photo

Librephotos

Containered Apps

Link mkdir librephotos cd librephotos touch .env nano .env .env # This file contains all the things you need to change to set up your Libre Photos. # There are a few items that must be set for it to work such as the location of your photos. # After ...

Photo

SiYuan

Containered Apps

Link version: "3.9" services: main: image: b3log/siyuan command: ['--workspace=/siyuan/workspace/', '--accessAuthCode=xxxxx'] # accessAuthCode=password user: '1000:1000' # do not change ports: - 6806:6806 volumes: - ...

Docs