This is a self-hosted deployment tool for web applications, with focus on security (confidentiality, integrity) and performance. It's made to be simple and swift.
The backend was written in rust, however nowadays it's driven by SSH + Nginx. It…
This is a self-hosted deployment tool for web applications, with focus on security (confidentiality, integrity) and performance. It’s made to be simple and swift.
The backend was written in rust, however nowadays it’s driven by SSH + Nginx. It uses docker, so it’s simple to deploy
Deployment: https://publish-site.rvid.eu/quick-start/
If you really require the project to be in one repository, that is possible however it is less professional and annoying for someone to review
The project is split in two repositories, Be sure to check out both.
https://github.com/publish-site/action
https://github.com/publish-site/backend
and of course the example, at https://github.com/publish-site/docs
On commit dcae7a9c43713f80700f701c9b5057993625135e of backend the LLM ChatGPT between line 78 and 83 AI was used because I didn’t know how returning properly worked, and had 1 problem with borrow checking.
LOCAL LLM has been used to generate ANSI color codes more than once because I was lazy
Generally, if AI was used in this project, no agents was used, no code were pasted and I let the LLM understand the compiler error.
I use DuckDuckGo as a search engine, it has “Search assist” which basically summarizes information from other pages. I may have used that feature while searching for protocols or specific rust functions/macros.
