Backend implementation for AntOS
Go to file
DanyLE 37f68f0e04
All checks were successful
gitea-sync/antos-backend/pipeline/head This commit looks good
fix: query home dir from user id, if fail, fallback to default value
2024-03-10 22:55:39 +01:00
controllers fix: correct way to process package cache & init neccessary directories when use first logged in 2023-06-20 17:11:58 +02:00
libs fix: query home dir from user id, if fail, fallback to default value 2024-03-10 22:55:39 +01:00
Jenkinsfile add mimes.json 2023-01-27 15:46:06 +01:00
LICENSE Initial commit 2023-01-26 19:00:23 +01:00
Makefile feat: add Make file 2024-03-09 18:44:13 +01:00
mimes.json add mimes type for sqlite database file 2023-01-31 23:33:16 +01:00
README.md Update README.md 2023-01-26 19:29:18 +01:00
router.lua fix: query home dir from user id, if fail, fallback to default value 2024-03-10 22:55:39 +01:00

AntOS lua-based backend

This backend is the reference implementation of AntOS server side API. The backend is implemented for Antd webserver + fcgi plugin + luafcgi FastCGI server

TODO: Add reference to dependencies repositories