No description
- Python 58.9%
- HTML 30.5%
- CSS 7.5%
- JavaScript 2.2%
- Dockerfile 0.7%
- Other 0.2%
|
|
||
|---|---|---|
| .forgejo | ||
| accounts | ||
| fukkireta | ||
| static | ||
| templates | ||
| .gitignore | ||
| .python-version | ||
| Dockerfile | ||
| entrypoint.sh | ||
| License.txt | ||
| manage.py | ||
| pyproject.toml | ||
| readme.md | ||
| renovate.json | ||
| uv.lock | ||
Fukkireta
Fukkireta is a free (as in freedom) file uploading suite used by https://16px.eu/.
Features
- File uploading
- Accounts
- Basic file deduplication
- Basic mime checking
Setting it up in a developer environment
This project uses uv for dependency management. Please install it from here.
$ git clone https://git.lethal.horse/16px.eu/fukkireta
$ cd fukkireta
$ uv init
$ uv run python manage.py migrate
$ DEBUG=true uv run manage.py runserver 8000
Setting it up in a production environment
Fukkireta uses Docker. Please see the Dockerfile for further information. Good luck!