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

99 total results found

Overview Linkwarden Features & Key Concepts

Linkwarden Getting Started

Live-Demo Introduction Linkwarden is a self-hosted, open-source bookmark manager designed to help individuals and teams collect, organize, and preserve web content. It not only functions as a tool to save and categorize important links but also ensures that ...

Step-by-Step Install Guide for Linkwarden with Traefik on Docker Swarm

Linkwarden Getting Started

Introduction In this guide, we'll walk through the process of installing Linkwarden, a self-hosted bookmark manager, on Docker Swarm. This installation will include setting up Traefik as the reverse proxy and configuring persistent storage using GlusterFS. ...

Enviroment Variables List

Linkwarden Configuration

Environment Variables Here are all the additional variables you can define in the .env file for setting up a self-hosted instance: Environment Variable Default Description PAGINATION_TAKE_COUNT 50 The numbers of Links to fetch every time y...

Add 3rd Party Authentication (Google, Twitch etc.)

Linkwarden Configuration

In the Following Wiki Article i will Provide you Informations on how to add SSO API's to your Linkwarden.Here are all the SSO/OAuth integrations Linkwarden currently has. (10.10.2024) Other than the Authentik and Keycloak integrations, most of the other int...

Linkwarden Browserextension

Linkwarden Addons

Extension for Linkwarden, a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. Features Add and organize new links to Linkwarden with a single click. Chromium Extension Firefox Extension...

Install as a PWA (ProgressiveWebApp)

Linkwarden Addons

Install Linkwarden as a Progressive Web App (PWA) on your phone, tablet, or computer to use it like a native app without needing an app store download. A PWA functions like a traditional app but is installed directly from the website onto your device. Inst...

What is OWASP Coroza WAF?

Coraza - Web Application Firewall Overview

        Introduction In today's security landscape, web applications are vulnerable to a variety of threats such as SQL injection (SQLi), Cross-Site Scripting (XSS), and brute-force attacks. A Web Application Firewall (WAF) is a crucial defense mechanis...

Step-by-Step Guide: Integrating Coraza WAF Plugin with Traefik on Docker Swarm

Coraza - Web Application Firewall Overview

Prerequisites A working Docker Swarm cluster. Traefik configured on the management_net overlay network. Basic knowledge of Traefik’s static and dynamic configuration files. Part 1: Adding the Coraza WAF Plugin to Traefik We will integrate th...

Monitoring and Troubleshooting Coraza WAF

Coraza - Web Application Firewall Troubleshooting

  For users deploying Coraza WAF in production environments, monitoring and troubleshooting are essential for ensuring optimal security and performance. Monitoring WAF Logs Coraza's WAF rules can be monitored through log files. Logs can be directed ...

Overview Wallos Features & Key Concepts

Wallos Getting Started

Live-Demo User: demo / Password: demo Introduction Wallos is a powerful, open-source, and self-hostable web application designed to simplify personal finance management. Whether you’re an individual tracking expenses or a small business managing recur...

Step-by-Step Install Guide for Wallos with Traefik on Docker Swarm

Wallos Getting Started

Live-Demo User: demo / Password: demo Introduction This guide provides step-by-step instructions to set up Wallos, a self-hosted subscription management application, on a Docker Swarm cluster with Traefik as a reverse proxy. Wallos can be accessed loc...

Setup fixer.io API Key

Wallos Configure

Introduction Fixer.io is a powerful and easy-to-use API for currency exchange rates. By integrating the Fixer API Key into your Wallos instance, you can unlock features such as multi-currency support, detailed statistics, and sorting options for subscriptions...

Logrotation for Log & AccessLog

Traefik Reverse Proxy for Docker & Swarm Observability

Introduction This post is about enabling log rotation for the Traefik access.log and traefik.log. Some information is sourced from this post, with additional insights by Aeoneros. Traefik will close and reopen its log files, assuming they’re configured, up...

What are Swarm Cronjobs?

Swarm Cronjob Overview

        Introduction Swarm Cronjob is a tool designed to create and manage time-based scheduled tasks within a Docker Swarm environment. It operates by dynamically configuring services based on labels and interacting with the D...

Step by Step Setup Guide for Swarm Cronjobs

Swarm Cronjob Getting Started

        Introduction This wiki article will guide you through the setup of Docker Swarm Cronjobs. Follow the steps below to deploy and configure cron-like scheduled tasks in your Docker Swarm environment efficiently. Setup Guide...

Configuration Example 1 (Global Mode)

Swarm Cronjob Usage

Before starting, you must have a swarm-cronjob instance up and running using docker. Docker System Prune - Global Mode This guide will help you set up a global Docker system prune task using Swarm Cronjob. This task will run on ev...

Configuration Example 2 (Replicated Mode)

Swarm Cronjob Usage

        Running a Custom Cronjob with Swarm Cronjob This guide demonstrates how to set up a cronjob using Swarm Cronjob. The example focuses on running a task periodically based on a defined schedule. Prerequisites Swarm Cronjob instance is ...

What is Authelia?

Authelia Overview

      Introduction Authelia is a two-factor authentication (2FA) and single sign-on (SSO) server focused on enhancing the security of applications and users. Acting as an extension of reverse proxies, it provides various authentication-related feat...

Step by Step Setup Guide for Authelia (+Traefik)

Authelia Getting Started

This article provides detailed instructions on integrating Authelia as a middleware with Traefik. Using Docker labels for configuration, this setup allows Traefik to query Authelia for authorization on every web request. Authelia validates sessio...

Setup SMTP

Authelia Configuration (Notifications)

        How to Set Up SMTP Notifications for Authelia Authelia supports sending email notifications via an SMTP server, which is essential for account management and security events like password recovery and login alerts. This guide will wa...