2025-02-24 16:07:04 +01:00
2025-02-24 16:07:04 +01:00
2025-02-24 12:05:27 +01:00
2025-02-24 12:05:27 +01:00
2025-02-24 14:44:35 +01:00
2025-02-24 14:44:35 +01:00
2025-02-24 12:05:27 +01:00
2025-02-24 12:05:27 +01:00
2025-02-24 12:05:27 +01:00
2025-02-24 12:05:27 +01:00

Rusty Catter

Re-implementation of Catter, a small project originally written in PHP for serving pictures of my cats. Code is very WIP. The entities are generated by SeaORM CLI based on the current database schema. May (probably will) change.

Environment variables

Variable Description
HOST Hostname of the server
PORT Port of the server
DATABASE_URL Database URL to the MySQL server

Docker env vars

Docker setup is essentially the same as in the original PHP project, just without php-fpm & nginx. Environment variables have changed:

  • MYSQL_* -> DOCKER_MYSQL_*
  • MYSQL_PORT -> DOCKER_EXPOSED_MYSQL_PORT
  • ADMINER_PORT -> DOCKER_ADMINER_PORT
Description
No description provided
Readme
Languages
Rust 100%