A tiny self-hostable webring.
| .dockerignore | docker | |
| .gitignore | just in case | |
| .python-version | uv patch | |
| API.md | Update API.md | |
| app.py | fixed | |
| auth.py | version 0.0.7 | |
| CLI.md | version five | |
| cli.py | quick cli.py fix | |
| docker-compose.yml | version five | |
| Dockerfile | docker | |
| env.py | version 0.0.3 | |
| LICENSE | first | |
| pyproject.toml | another ting lol | |
| README.md | uv patch | |
| requirements.txt | version FOUR | |
| webring.py | version five | |
Fling
A tiny self-hostable webring.
Installation
git clone https://codeberg.org/lime360/fling
cd fling
pip3 install -r requirements.txt
# or, if using uv
uv pip install
python3 cli.py init # this is optional as fling automatically creates a database if it's not found
python3 app.py