log 1
started with the project! first, i made go echo work, then started toying around with serving static files but realises thats not what the project should have hahahaaa.
afterwards, i added a configuration system so now it reads config from ./config.json. you can change the port and where the data file is located.
i also created a sqlite database to store things (just admin user/pass/salt for now). will be adding more data to that in the upcoming updates
finally, i created a bash installer script! so later users can install this to their server using a single command (which then opens an interactive installer as shown in attached picture, still work-in-progress)
whats next
i will either build a console mode so you can change the default admin credentials via CLI, or work on the web OS part of the project. stay tuned!