gitea/cmd
Lunny Xiao 623a539f23
Move pidfile creation from setting to web cmd package (#23285)
Creating pid file should not belong to setting package and only web
command needs that. So this PR moves pidfile creation from setting
package to web command package to keep setting package more readable.

I marked this as `break` because the PIDFile path moved. For those who
have used the pid build argument, it has to be changed.

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2023-03-16 15:22:54 +08:00
..
admin_auth_ldap_test.go
admin_auth_ldap.go
admin_user_change_password.go
admin_user_create.go
admin_user_delete.go
admin_user_generate_access_token.go
admin_user_list.go
admin_user_must_change_password.go
admin_user.go
admin.go
cert.go
cmd.go
convert.go
docs.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
doctor.go
dump_repo.go
dump.go add path prefix to ObjectStorage.Iterator (#23332) 2023-03-13 18:23:51 +08:00
embedded_stub.go
embedded.go
generate.go
hook_test.go
hook.go
keys.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
mailer.go
main_test.go
manager_logging.go
manager.go
migrate_storage_test.go
migrate_storage.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
migrate.go
restore_repo.go
serv.go Make gitea serv respect git binary home (#23138) 2023-02-28 14:33:10 -06:00
web_acme.go
web_graceful.go
web_https.go
web.go