Go to file
Rasmus Moorats 6504c80e6d
only check pathname of urls, not full url (for reverse proxies)
2024-01-08 16:29:09 +02:00
Dockerfile initial commit 2024-01-08 15:44:15 +02:00
README.md initial commit 2024-01-08 15:44:15 +02:00
bot.ts initial commit 2024-01-08 15:44:15 +02:00
config.ts initial commit 2024-01-08 15:44:15 +02:00
const.ts initial commit 2024-01-08 15:44:15 +02:00
db.ts don't create table implicitly 2024-01-08 16:17:54 +02:00
http.ts only check pathname of urls, not full url (for reverse proxies) 2024-01-08 16:29:09 +02:00
main.ts initial commit 2024-01-08 15:44:15 +02:00
models.ts initial commit 2024-01-08 15:44:15 +02:00

README.md

fat

deno run --allow-net --allow-env main.ts

see config.ts for env vars to set.

also see Dockerfile.