This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/Background_Ad_7821 on 2023-07-03 14:22:01+00:00.
Is this something you’re allowed to post?
Anyways, I made a super simple and pretty ugly calendar app that is just one PHP file that you put on your server. Then you have to add a file called “data.txt” (no database needed!) and make it writeable (on Linux: chmod 777 data.txt, chown www-data data.txt).
Does anyone want to check this out? I could need some criticism on the code, the (non-existing) design, etc!
https://github.com/kbrecordzz/calendar
/kbrecordzz
You must log in or register to comment.