Skip to content

FrozenAlex/SiteParser

Repository files navigation

A simple authenticated proxy server

Node.js CI

Environment variables

The application receives following parameters

# Credentials for the website
USERNAME="Username"
PASSWORD="Password"
DB_TYPE="mysql"
DB_NAME="auth"
DB_HOST="localhost"
DB_PORT=3306
DB_USER="user"
DB_PASSWORD="password"
BOT_TOKEN="token for the telegram bot" # not optional
HOSTNAME="example.com" # optional
SECRET_PATH="secretpathfortelegramwebhook" # random if not set
ADMIN_USERNAME="admin" # telegram username of super admin (can't be deauthorized)

About

Parser for a Drupal website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published