Commit Graph

22 Commits

Author SHA1 Message Date
Matthias Portzel 3eec639e45 Remove unused requirements and update README
* Remove bleach and Markdown which were used for server-side markdown
* Update README with hypothetical self-hosting steps
* Remove install_xapian from version control (since I can't license it)
2022-02-07 13:48:15 -05:00
Matthias Portzel 1ad106d05d License
* Add Unlicense
* Color tweak for About page
* Whitespace and code linting
2022-01-11 19:14:39 -05:00
Matthias Portzel e03a98cda7 Switch to HTTP Basic Auth 2022-01-05 16:58:50 -08:00
Matthias Portzel 48496ec839 Search but it actually works
* Point to my fork of xapian-haystack
2021-12-22 23:13:27 -08:00
MatthiasSaihttam db607ec4b1 Move colors to settings, style tweaks
* Drastically decreased the line width
* Add vertical margin above the time stamp
* Change the Permalink button to Link
* Move the link button to the right of the timestamp
*
2021-10-21 15:44:14 -04:00
MatthiasSaihttam ef4f7d7aca Super beta search 2021-10-21 10:00:25 -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 635bc32ef2 Refactor password validation
* Just removes the plaintext password from the source code, instead 
reading it from an enviroment file. No password hashing here. No-JS 
login is still on the timeline
2021-10-03 00:25:17 -04:00
Matthias 0de66e124f Get Gemini working again 2021-06-25 07:22:48 +00:00
MatthiasSaihttam 58ace6ccaf Add forgoten quotes 2021-06-24 23:55:12 -07:00
MatthiasSaihttam 56e6d66582 Add python-decouple
I need to be able to auto-update the code on the server without losing config
2021-06-24 23:47:05 -07:00
MatthiasSaihttam 36d0d3b325 Basic Gemini support 2021-06-11 10:31:07 -07:00
MatthiasSaihttam 118614eeff Add media upload
- Create requirements file
2021-04-25 13:09:30 -04:00
MatthiasSaihttam e661b29b52 Refactored templates, explained everything 2021-04-20 01:10:31 -04:00
MatthiasSaihttam 7f52c5de98 Allow all hosts in debug mode 2020-11-24 10:43:13 -08:00
MatthiasSaihttam 7016dcab91 Add h1 to header
- accessability
- terminal browsers

settings.py
- Remove unused os import
- Update my local ip for testing
2020-11-13 11:13:35 -05:00
MatthiasSaihttam b101cdd28b Add manifest static files storage 2020-11-04 13:07:06 -05:00
MatthiasSaihttam 775e9ce72f Improvements
- Titles on pages
- Time display is no longer awful
- Add favicon and apple-touch-icon
- Remove default django installed apps
- Make sure static directory is version controlled
2020-09-08 12:01:03 -04:00
Matthias 940fb88def Setting changes for production 2020-09-06 22:49:09 -04:00
Matthias 2218b808c5 Basic CSS! 2020-09-06 12:39:00 -04:00
Matthias 93710fe834 Start adding code 2020-09-05 23:12:54 -04:00
Matthias 7cbf9f9e3a Initial Commit 2020-09-05 22:27:11 -04:00