A new doctor
subcommand could check gitea's running status, it could includes:
app.ini
to get running user and check if all the repositories could be read/write by the user.Welcome to add more.
gitea-repositories
that are missing from the database, and the other way around.authorized_keys
script address.data/attachment
but are not linked in gitea, and the other way around.app.ini
; try to figure out its configuration.Can you review what functions are already implemented in doctor command to keep progress ?
This command could include #2762
@sapk I have checked one on @guillep2k 's list.
It happen many times that users don't find where are some folder/path used by gitea (like the custom folder). Maybe we could dump those information when running doctor command ?
Edit: Nevermind those are visible in the admin ui.
~It happen many times that users don't find where are some folder/path used by gitea (like the custom folder). Maybe we could dump those information when running doctor command ?~
Edit: Nevermind those are visible in the admin ui.
@sapk I'm sure it won't hurt, anyway.
It happen many times that users don't find where are some folder/path used by gitea (like the custom folder). Maybe we could dump those information when running doctor command ?
@sapk #10064 馃槃
As you've mentioned, the configuration tab in settings is also very useful because oftentimes the users do have Gitea running and they only need to e.g. customize it.
Closed and thanks @guillep2k
Most helpful comment
@sapk I have checked one on @guillep2k 's list.