Replies: 1 comment
-
I managed to solve the problem in config.json |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have made a new install of semaphore 2.11.2 rpm install on Redhat 9.5 - host ip 192.168.0.67 (proxmox vm)
when i access http:/192.168.0.67:3000 from a windows 11 with crome browser i get a blank page
my config
{ "mysql": { "host": "127.0.0.1:3306", "user": "semaphore", "pass": "xxxxxx", "name": "semaphore" }, "dialect": "mysql", "tmp_path": "/opt/ansible", "web_host": "http://192.168.0.67/", "cookie_hash": "FjzQALpNM2zfBdpjvFuhimGB0YII2Ds9AGTY44aFfh0=", "cookie_encryption": "vsjjz0G6wjM60eYvEsmGkFsX+EygECjm/NoGUVrrkMk=", "access_key_encryption": "P3V2ZbY1goHXHGYZoiyxTjhToGe5xq6BRwRYSqjO0Qs=" }
messages log
Jan 5 22:35:10 semaphore systemd[1]: Started Ansible Semaphore. Jan 5 22:35:10 semaphore semaphore[20589]: Loading config Jan 5 22:35:10 semaphore semaphore[20589]: Validating config Jan 5 22:35:10 semaphore semaphore[20589]: MySQL semaphore@127.0.0.1:3306 semaphore Jan 5 22:35:10 semaphore semaphore[20589]: Tmp Path (projects home) /opt/ansible Jan 5 22:35:10 semaphore semaphore[20589]: Semaphore 2.11.2-0e9490c-1735214524 Jan 5 22:35:10 semaphore semaphore[20589]: Interface Jan 5 22:35:10 semaphore semaphore[20589]: Port :3000 Jan 5 22:35:10 semaphore semaphore[20589]: Server is running
Hope anyone can help
thank you.
Beta Was this translation helpful? Give feedback.
All reactions