d9b812812f
- Removed `run.sh` and `test.sh` scripts to simplify the project structure. - Added `setup-first-install.sh` to handle initial setup tasks with options to skip specific steps. - Updated `invario-stack-autostart.service` to use `gitea.sh` for starting the stack on boot. - Removed `start-stack-on-boot.sh` as its functionality is now integrated into the service. - Enhanced `admin_system.html` with a new live logs panel, including automatic updates and log source selection. - Improved CSS styles for the new logs panel for better UI consistency. - Added JavaScript functionality to fetch and display live logs from the server.
16 lines
371 B
Desktop File
16 lines
371 B
Desktop File
[Unit]
|
|
Description=Invario Stack Autostart
|
|
After=docker.service network-online.target
|
|
Wants=docker.service network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
WorkingDirectory=/home/max/Dokumente/repos/Key-service-Server
|
|
ExecStart=/home/max/Dokumente/repos/Key-service-Server/gitea.sh start
|
|
RemainAfterExit=yes
|
|
TimeoutStartSec=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|