Closed mzch closed 1 year ago
When selecting menu except explore
menu, GitAreba show Page Not Found
.
hi, yea this is intended. i never made a landing page so it'll result in a 404. i suggest the following workflow (as long as you configured the settings in the settings
table in your gitarena database):
/register
(or if you already did, log into it at /login
)/new
, you can also try to import one from there (although that doesn't work correctly afaik)/{username}/{repository}.git
/{username}/{repository}
(notice no .git
)i'll work again on gitarena in the future but rn i don't really have much time or motivation to work on it so it'll remain kind of paused. thanks for your interest in the project though!
Oh..OK. Thanks! And I have another questioin. When booting up GitArena, the following messages are shown:
Apr 21 13:53:15 ca gitarena[2041359]: #033[2m2023-04-21T04:53:15.293914Z#033[0m #033[31mERROR#033[0m ThreadId(01) #033[2mgitarena::ipc#033[0m#033[2m:#033[0m Failed to connect to workhorse: No such file or directory (os error 2)
Apr 21 13:53:15 ca gitarena[2041359]: #033[2m2023-04-21T04:53:15.293935Z#033[0m #033[33m WARN#033[0m ThreadId(01) #033[2mgitarena::ipc#033[0m#033[2m:#033[0m Workhorse features such as repo importing will be unavailable until IPC connection is established
Actually /run/gitarena/workhorse
socket file is not created (/run/gitareana
directory is existed), is this also OK?
yea you'd have to run gitarena-workhorse
to create the socket. but if u dont need importing theres no reason to do so. that warning can be safely ignored.
Oh, thanks @mellowagain !
I built GitArena from source code and tried to run it, but GitArena says, "Page Not Found". Could you tell me how to fix this issue?
OS: macOS
13.3.1
Browser: Chrome112.0.5615.49
Server: Debian11.6
Rust:1.68.2 (6feb7c9cf 2023-03-26)