Go to file
Pratyush Desai 2335381528 Merge pull request 'version-bumps' (#1) from version-bumps into master
Reviewed-on: HighSafety/ircWebRegistration#1
2023-05-08 11:06:56 +02:00
.gitignore Refactor Initialized 2023-05-08 05:03:15 +05:30
LICENSE Refactor Initialized 2023-05-08 05:03:15 +05:30
README.rst WIP README 2023-05-08 14:28:13 +05:30
flaskapp.py updates 2023-05-08 14:27:40 +05:30
forms.py Refactor Initialized 2023-05-08 05:03:15 +05:30
irc_register.py Refactor Initialized 2023-05-08 05:03:15 +05:30
irc_verify.py Refactor Initialized 2023-05-08 05:03:15 +05:30
requirements.txt Refactor Initialized 2023-05-08 05:03:15 +05:30

README.rst

Chillnet IRC Web Registration

Version 1

The v1 of this concept can be referenced in the old and not updated README

This webform available here is purely demonstrative and does not successfully POST user data

Introduction

Simply allows users to register on a web interface without requiring a database.

Requirements

This should work with python 3.6 and above. 3.10 is recommended.

Installation and Setup

Manual

  • Create a system unix user account with the HOME as /opt/ircwebreg for example
  • Add yourself to the group and git clone <this repo>.
  • Install the requirements pip3 install -r requirements.txt
  • Locate the systemd/init files and follow the procedure as usual
  • Serve by proxying via webserver.

> TODO Salt, podman/docker.

Version 1.1 and v2.0 are considered out of scope for the current climate.