Commit Graph

179 Commits

Author SHA1 Message Date
83383634b6 Make remove button smaller 2022-12-20 01:16:05 +01:00
3503a17e04 Rename get_webhooks to list_webhooks 2022-12-20 01:10:35 +01:00
7713d4928b Don't fail if feed doesn't have a webhook 2022-12-20 01:04:19 +01:00
37171a1707 Fix /add 2022-12-20 01:02:36 +01:00
9079018672 Remove default type for buttons 2022-12-20 00:29:23 +01:00
73c99024d4 Fix button when adding feed 2022-12-20 00:27:43 +01:00
ba9f0535b6 Make /add sexier, make white things darker and button to link 2022-12-19 23:44:23 +01:00
d35022d31c Make /webhooks sexier, make white things darker and button to link 2022-12-19 23:43:03 +01:00
65d9510f27 Remove webhooks from /webhooks 2022-12-19 22:54:00 +01:00
1165872997 Remove breadcrumbs 2022-12-19 22:51:07 +01:00
0a5d962922 Remove form text that was incorrect 2022-12-19 22:49:52 +01:00
5bc11266d7 Update navbar, remove search button and unverbose text 2022-12-19 22:48:25 +01:00
7a0706a30d Print error to stderr 2022-12-19 18:41:55 +01:00
15ef2cb8bb Update healthcheck.py 2022-12-19 17:34:35 +01:00
b7d786e2c7 Add #noqa and #TODOs 2022-12-19 17:24:29 +01:00
372c5bb3e7 Add a function for get_webhooks() 2022-12-19 17:23:55 +01:00
ddb8dea7a1 Don't use url_for 2022-12-19 04:33:33 +01:00
43138f78c4 Run uvicorn with --forwarded-allow-ips 2022-12-19 04:09:09 +01:00
738057c458 Run uvicorn with --proxy-headers 2022-12-19 04:01:53 +01:00
9567b27b9b Update README.md 2022-12-19 03:32:10 +01:00
2180d97b27 Update README.md 2022-12-19 03:30:55 +01:00
07570df19b Add docker-compose.yml 2022-12-19 03:30:47 +01:00
0a66608085 Fix exit code 2022-12-19 02:33:44 +01:00
c80837f481 Add healthcheck program 2022-12-19 02:08:36 +01:00
a202e062de Remove shutdown() 2022-12-19 01:54:20 +01:00
535e8cebf9 Lock file maintenance 2022-12-19 00:26:31 +00:00
fc92bb8b9e Run CodeQL on push, pull request and workflow dispatch and update Python version 2022-12-18 00:25:14 +01:00
dbd58c10e2 Build Docker images with GitHub actions 2022-12-18 00:11:45 +01:00
bcc2e98f29 Remove broken test 2022-12-17 23:47:03 +01:00
1866476092 Uncomment add_job so it will search for feeds again 2022-12-17 23:45:55 +01:00
ee3ce2016c Use database instead of config file 2022-12-16 14:36:44 +01:00
ad61275724 Add Dockerfile 2022-12-15 23:41:21 +01:00
84adcd4134 Update poetry.lock 2022-12-15 23:41:05 +01:00
3dbe6ba79d Add type hints and other small stuff 2022-12-14 02:16:33 +01:00
1fcb9ffbf8 Check for new entries at start instead of waiting 15 minutes 2022-12-14 01:42:40 +01:00
8d872ab064 Update pyproject.toml 2022-12-14 00:27:20 +01:00
8fdbe2a051 Lock file maintenance 2022-12-13 23:26:41 +00:00
ffbbe3bf62 Add environment variable when building 2022-12-13 22:14:52 +01:00
a704a63582 Add tests 2022-12-13 22:09:51 +01:00
32f474a0ed Use url_for for urls 2022-12-12 22:48:27 +01:00
a757b85bcc Remove unused arg 2022-12-12 22:44:46 +01:00
6fc58a49a5 Fix feeds saying it is disabled when it is not 2022-12-12 16:34:54 +01:00
ec49fe15fa Fix search 2022-12-12 16:33:22 +01:00
b39627b221 Update dependencies 2022-12-12 16:33:16 +01:00
d306d8dac9 Update styles.css 2022-12-11 21:55:12 +01:00
358f9f08ea Hide stuff when on mobile phones 2022-12-11 21:55:00 +01:00
7ec51393d3 Remove style attribute and use .css file instead 2022-12-11 21:48:57 +01:00
5ea3744c66 Improve feed HTML 2022-12-11 21:04:22 +01:00
ced38bd86a Use <abbr> instead of <span> for tooltips 2022-12-11 20:13:11 +01:00
ac58ff47ee Make the background darker than the foreground 2022-12-11 19:51:08 +01:00