Commit Graph

64 Commits

Author SHA1 Message Date
19be56db11 Added more context to Nginx config. 2025-04-07 12:58:18 +03:00
a1c2f382d0 Added API testing and TLS Encryption for Nginx. 2025-04-07 12:57:38 +03:00
7c0f7d9bea Added help to configure Nginx. 2025-04-07 12:55:42 +03:00
d4c5037606 Explained types of users in README.md file. 2025-04-07 12:54:28 +03:00
eb16b34a4f Added create your first admin user part in documentation. 2025-04-07 12:53:30 +03:00
fe9c6242c0 Added test_setup command documentation. 2025-04-07 12:52:26 +03:00
f9181f846d Created a table of content in README.md file. 2025-04-07 12:50:23 +03:00
2ce334ff2e Added testing script docs. 2025-04-07 12:49:22 +03:00
cd5e887248 Made the host /files/ directory accessible to the docker appuser. 2025-04-07 12:46:24 +03:00
df90c30c69 Added a test_setup command. 2025-04-07 02:40:20 +03:00
bf84a61ef0 Added directory permission to the non-root user. 2025-04-07 02:39:54 +03:00
b66aca0a7d Updated ENTRYPOINT in the Dockerfile. 2025-04-06 12:59:15 +03:00
509fcaedbc Fixed the /files/ directory mount. 2025-04-06 12:58:48 +03:00
58aac85758 Moved database migrations to run.sh script. 2025-04-06 12:47:42 +03:00
678af03cd5 Remove the container and start a new one after upgrade. 2025-04-06 12:30:56 +03:00
9ffbe59356 Enhanced the user creation way. 2025-04-06 12:11:43 +03:00
91459ddabe Added create user function. 2025-04-05 23:01:27 +03:00
1798d559cf Changed the run command back. 2025-04-04 21:54:07 +03:00
bcea2ad727 Added help command for the manager script. 2025-04-04 21:45:14 +03:00
383c14db20 Create a files directory in ~/.db-middleware. 2025-04-04 20:37:04 +03:00
55ac58f3bd Mounted the files directory. 2025-04-04 20:36:34 +03:00
d38b313c8b Added configurations part. 2025-04-04 20:36:10 +03:00
fd06030f03 Added a /ping endpoint. 2025-04-04 20:35:40 +03:00
9cd9af8a67 Changed the run command. 2025-04-04 20:35:11 +03:00
b45a0e7086 Fixed the RUN RUN command in Dockerfile. 2025-04-04 19:06:25 +03:00
4c35134d64 Added messages to explain the config variables. 2025-04-04 19:04:22 +03:00
78dda6afdb Optimized Docker build process. 2025-03-31 08:17:04 +03:00
e18511c7c4 Added support to other Operating Systems. 2025-03-31 08:12:50 +03:00
c75b60456e Upgrade pip before installing python packages. 2025-03-30 17:02:11 +03:00
114ddaeaf5 Corrected the group name from sudo to docker. 2025-03-30 16:58:53 +03:00
0bd85777dc Changed where the user is added to the docker group. 2025-03-30 16:45:50 +03:00
3635d739a5 Made docker's build-kit optional. 2025-03-30 16:14:11 +03:00
4756c0f38a Added docker-buildx to the dependencies. 2025-03-30 08:13:55 +03:00
3d5557d603 Changed the running command of the Docker container. 2025-03-30 08:06:31 +03:00
ebe2c9b493 Updated README 2025-03-27 01:05:02 +03:00
a9f39da9cb Added sudo usermod -aG docker $USER 2025-03-20 06:35:03 +03:00
7a3ed701d1 Added a request to add the user to the docker group 2025-03-20 06:33:44 +03:00
1ed40cbcf4 Removed buildx 2025-03-20 06:17:08 +03:00
1581e7c5c7 Fixed the piping problem between wget and bash, and used docker buildx. 2025-03-20 06:15:28 +03:00
a497d2c71a Fixed Docker Buildkit deprecation and permission problem. 2025-03-20 06:02:03 +03:00
a4366c06f3 Scripts and Configs fixed. 2025-03-20 05:54:19 +03:00
9f09ca5b35 Made the installer ask the user to update configs. 2025-03-20 05:42:51 +03:00
7a86059ab7 Added -y to the upgrade command. 2025-03-20 05:36:56 +03:00
61a8179b79 Updated manager.sh and README files 2025-03-20 05:34:10 +03:00
4c844bcee3 Updated the update code login 2025-03-19 00:31:01 +03:00
40e9367b6f Updated the update_code function 2025-03-18 10:17:37 +03:00
e1af31c641 Created an Update and Upgrade commands in the manager script 2025-03-13 03:54:01 +03:00
c909d5b20a Added app.conf file 2025-03-11 22:01:23 +03:00
c89e3bdada Removed some not needed commands 2025-03-11 01:17:38 +03:00
2bf5caf80f Updated the scripts and Dockerfile 2025-03-11 01:07:17 +03:00