Zaine Arch 2f7d018c70
All checks were successful
Build Org Backend / build (push) Successful in 12s
password
2026-05-08 23:57:56 +01:00
2026-05-08 23:57:56 +01:00
2026-05-08 23:35:55 +01:00
2026-05-08 23:46:34 +01:00
2026-05-08 23:57:56 +01:00
2026-05-08 23:35:55 +01:00
2026-05-08 23:35:55 +01:00
2026-05-08 23:35:55 +01:00
2026-05-08 23:46:34 +01:00
2026-05-08 23:46:34 +01:00

Introduction

This repository contains the source code and documentation for all of my APIs. It serves as a centralised location for my self-hosted services to use.

Structure

The repository is organised into the following main directories:

Deployment

The main branch build is controlled by .gitea/workflows/build.yml. On a successful build it packages the Spring Boot jar, installs the project-owned misc/org-backend.service unit into systemd, reloads systemd, enables the service, and restarts it.

The service runs the stable build artifact at:

/home/zaine/master-folder/projects/java_projects/org_backend/target/org-backend.jar
Description
No description provided
Readme 3.5 MiB
Languages
Java 98.4%
Shell 1%
Makefile 0.3%
Dockerfile 0.3%