-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Issue
I have installed semaphore on my ubuntu. I can login and create ssh-keys, repositories and inventories. But after i have done that the Task Templates tab won't load anymore. When i have an empty project i can open it. I ran it as a deb and using docker compose and both have the same issue. Used sqlite.
Impact
Web-Frontend (what users interact with)
Installation method
Docker
Database
No response
Browser
Firefox
Semaphore Version
v2.16.18-80549f7-1755759973
Ansible Version
Logs & errors
Logs showed no errors:
Starting semaphore server
Loading config
Validating config
SQLite @/var/lib/semaphore/database.sqlite
Tmp Path (projects home) /tmp/semaphore
Semaphore v2.16.18-80549f7-1755759973
Interface
Port :3000
Server is running
Manual installation - system information
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"
Configuration
{
"sqlite": {
"host": "/root/semaphore/database.sqlite"
},
"dialect": "sqlite",
"tmp_path": "/tmp/semaphore",
"max_task_duration_sec": 10800,
}
Additional information
No response