SideQuests

SideQuests

Docker app from TQ's Repository

Overview

SideQuests - Objective Tracker SideQuests provides an intuitive and mobile friendly web-interface for managing tasks and objectives.

SideQuests - Objective Tracker

Version License Docker

SideQuests provides an intuitive and mobile friendly web-interface for managing tasks and objectives.

🐳 Setup

Docker Run

docker run -d \
  -p 8080:8080 \
  -e PORT=8080 \
  -e ADMIN_USERNAME=your_admin_username \
  -e ADMIN_PASSWORD=your_admin_password \
  -e SECRET_KEY=your_secret_key \
  need4swede/sidequests:latest

Docker Compose

services:
  SideQuests:
    image: need4swede/sidequests:latest
    container_name: SideQuests
    ports:
      - "8080:8080"
    volumes:
      - ./instance:/app/instance
    environment:
      - PORT=8080
      - ADMIN_USERNAME=your_admin_username
      - ADMIN_PASSWORD=your_admin_password
      - SECRET_KEY=your_secret_key

✨ Core Functionality

Quests

  • Quests contain individual Objectives. Leaving the title blank automatically assigns today's date as the title.

Objectives

  • Objectives are individual tasks within Quests. You need to complete every Objectives to finish a Quest.

🎨 UI Goodies

Simple and Straightforward

  • Nothing fancy here! Just enough to keep you on track and focused!

Designed for Mobile

  • Fully responsive pages and elements makes for a great PWA experience.

Block Level Design

  • Drag and drop elements to easily organize your Quests & Objectives.

Dark Mode

  • No brainer.

🛠️ Technical Stack

  • 🐍 Backend: Flask (Python)
  • 💾 Database: SQLAlchemy with SQLite
  • 🌐 Frontend: HTML, CSS, JavaScript

Install SideQuests on Unraid in a few clicks.

Find SideQuests in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for SideQuests Review the template variables and paths Click Install

Categories

Download Statistics

18,203
Total Downloads
1,709
This Month
1,993
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
need4swede/sidequests:latest
Last Updated2024-09-25
First Seen2024-09-21

Runtime arguments

Web UI
http://[IP]:[PORT:8080]
Network
bridge
Shell
sh
Privileged
false

Template configuration

InstancePathrw
Target
/app/instance
Default
/mnt/user/appdata/sidequests
Value
/mnt/user/appdata/sidequests
WebUIPorttcp
Target
8080
Default
8080
Value
8080
ADMIN_USERNAMEVariable

Admin Username

ADMIN_PASSWORDVariable

Admin Password

SECRET_KEYVariable

Secret Key

Value
RANDOM_CHARACTERS