austincorum / Conreq

Conreq, a Content Requesting platform.

Home Page:https://discord.gg/gQhGZzEjmX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conreq Beta

Docker Pulls Docker Stars Docker Hub Discord

Conreq, a Content Requesting platform.

Have a question or want to contribute? Join us on Discord! Also, check out our Building Guide and Programmers Guide!

Installation (Deployment Environment)

Install through Unraid Community Applications, Docker, or Dockerhub.

Here's a list of all available environment variables:

# General Settings
TZ = "America/Los_Angeles"                # default: Europe/London (timezone for log files, in "TZ Database" format)

# Data Storage
BASE_URL = "requests"                     # default: none
DATA_DIR = "/example/directory"           # default: ./data
DB_ENGINE = "MYSQL"                       # default: SQLITE3
MYSQL_CONFIG_FILE = "/config/mysql.cnf"   # default: none

# Security
DEBUG = False                             # default: true (true enables security features)
USE_ROLLING_SECRET_KEY = True             # default: false (sign users out when app restarts)
X_FRAME_OPTIONS = "SAMEORIGIN"            # default DENY (false disables X-Frame-Options)
USE_SSL = True                            # default: false
SSL_CERT = "/path/to/cert.pem"            # default: none
SSL_KEY = "/path/to/key.pem"              # default: none

Screenshots

Login screen Discover tab More Info Tab

About

Conreq, a Content Requesting platform.

https://discord.gg/gQhGZzEjmX

License:GNU General Public License v3.0


Languages

Language:Python 52.4%Language:HTML 22.3%Language:CSS 14.2%Language:JavaScript 11.1%