Go to file
Christoph J. Scherr 0ed70bbae9
load links from file interface
2024-03-03 19:35:22 +01:00
docker host on local ip 2023-10-10 11:35:07 +02:00
gawa load links from file interface 2024-03-03 19:35:22 +01:00
.gitignore ignore db, idc 2024-02-09 22:57:21 +01:00
.gitmodules add tagify 2023-10-02 23:08:20 +02:00
LICENSE added LICENSE and README.md 2023-05-29 02:26:25 +02:00
README.md load links from file interface 2024-03-03 19:35:22 +01:00
docker-compose.yml restructuring 2023-10-08 19:46:12 +02:00
makemigrations.sh compat 2023-10-01 02:10:37 +02:00
requirements.txt basic markdown loading 2023-09-27 22:35:14 +02:00
shell.sh keywords work SOMEHOW 2023-10-02 01:41:50 +02:00
startup.sh add a link 2023-09-27 20:45:30 +02:00

README.md

Gawa

Gawa is my personal website. I've personally written it using the Django framework.

Credentials

These are the Credentials for logging into the admin panel:

Username Password
root root

Blog

Username Password
contact@cscherr.de hrCcDa0jBspG

License

Bootstrap: MIT Licensed Django: BSD 3-Clause "New" or "Revised" License

Gawa: MIT Licensed, see LICENSE

Dependencies

Description Package (fedora)
Database stuff libpq-devel
Database stuff mariadb

Deployment

  • git submodule init && git submodule update
  • docker compose up -d && docker compose logs -f

Security

  • Do something about the files in the blog dir (.git dir for example)