Commit graph

16 commits

Author SHA1 Message Date
Ada 18f44b118f 🚨 Fix linter error 2024-05-11 00:49:01 +02:00
Ada 56c65ccea4 ️ Revert dotenv removal 2024-05-01 19:19:05 +02:00
Ada f472d877ef 💄 pass linter 2024-04-10 20:13:09 +02:00
Ada 00baaff708 lock: Add secret token hashing with argon2id 2024-02-26 21:46:19 +01:00
Ada 8968046b11 Implement basic POST request for curl
/ can now read body and create paste, for curl like client, web create with full settings is move to /create
2024-02-24 01:35:26 +01:00
Ada 458467a7f3 Merge pull request 'Add redis connection test before start' (#29) from ada/redis-ping into main
Reviewed-on: #29
2024-02-22 11:55:34 +00:00
Ada f433e443f4 Add redis connection test before start 2024-02-21 14:34:19 +01:00
Ada d4806f98e8 Support filename 2024-02-21 13:51:08 +01:00
Ada 7f4a36329c ♻️ Use math/rand/v2 2024-02-19 00:32:27 +01:00
Ada 420722b804 🔧 Supresss automatic .env load
Automatic load of .env is a problem for Docker and not really usefull in other context
2024-02-18 18:55:57 +01:00
Ada c8c40ba090 Merge pull request '🏗️ Embed static files in binary' (#22) from ada/embed into main
Reviewed-on: #22
2024-02-18 17:53:13 +00:00
Ada 33529fdfe0 Merge pull request '♻️ Simplifies return condition' (#23) from ada/simplifies-return into main
Reviewed-on: #23
2024-02-18 00:15:17 +00:00
Ada f84bcc797f ♻️ Simplifies return condition 2024-02-17 00:32:55 +01:00
Ada 39c10dd9c2 🏗️ Embed static files in binary 2024-02-17 00:23:32 +01:00
Ada 32df287f56 🐛 fix 404 on first hit
On first hit, Server() calls for the first time router(). As a result / and /static are only configured after first hit
2024-02-16 22:41:29 +01:00
Ada 3404053a8d ♻️ Move code from main to module & clean code 2024-02-12 00:37:51 +01:00