Commit Graph

8 Commits

Author SHA1 Message Date
Matthias Portzel 2e56e8b6ee Fix gemini about page 2022-05-07 17:11:11 -04:00
Matthias Portzel 1defa2b92c Rename 'main' to 'thoughts'
SQL to migrate the DB. Create migrations, migrate
`DELETE FROM django_content_type WHERE app_label='thoughts';`
`UPDATE django_content_type SET app_label='thoughts' WHERE app_label='main';`
`DROP TABLE thoughts_thought;`
`ALTER TABLE main_thought RENAME TO thoughts_thought;`
`DELETE FROM django_migrations WHERE app='main';`
Hopefully that's right, I'm not going to double check it or anything.
2022-04-30 13:34:39 -04:00
MatthiasSaihttam de79cba49d Refactor timezone logic into methods of Thought 2021-10-12 09:11:24 -04:00
MatthiasSaihttam c5dc1cbc05 Assume localhost/rev.proxy Gemini
* Typos
2021-10-12 00:12:27 -04:00
MatthiasSaihttam 913e7ad0b5 Change Gemini port to 1973
* I use it behind a reverse proxy. I would be suprised if *this* was the 
only Gemini server someone was running. 1973 is the first prime after 
1965.
* Remove unused important
* Add Secure Cookie option, in-line with Django recommendations
2021-10-03 19:42:52 -04:00
MatthiasSaihttam 2c1eed4731 Add about.gmi
Fix some typo's in about.html
2021-06-25 00:49:28 -07:00
Matthias 0de66e124f Get Gemini working again 2021-06-25 07:22:48 +00:00
MatthiasSaihttam 36d0d3b325 Basic Gemini support 2021-06-11 10:31:07 -07:00