Home Catalogus Wallabag
Productivity

Wallabag

Self-hosted application for saving web pages and articles to read later on any device.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Geen Lock-in)
RAM Profiel: Laag
Standaard Poort: Port 8085

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:

services:
  wallabag:
    image: "wallabag/wallabag:latest"
    container_name: njorddeploy-wallabag
    restart: unless-stopped
    environment:
      - "SYMFONY__ENV__DATABASE_DRIVER=pdo_sqlite"
      - "SYMFONY__ENV__DOMAIN_NAME=http://localhost:8085"
    ports:
      - "8085:80"
    volumes:
      - "./data/wallabag/images:/var/www/wallabag/web/assets/images"
      - "./data/wallabag/data:/var/www/wallabag/data"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start de service direct via de commandline: docker compose up -d

Configuratie & Omgevingsvariabelen

Belangrijkste configuratieparameters en standaardwaarden uit de NjordDeploy component-sjabloon:

Variable Default Value Description
WALLABAG_WEB_PORT 8085 Web UI port.

Ecosysteem & Bedrijfsintegratie

Eenvoudig beheren via NjordDeploy

Installeer, bewaak en update deze service met 1 klik op uw eigen Raspberry Pi of Proxmox server via de NjordDeploy Configurator.