0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-03 20:29:51 -05:00
forgejo/modules/setting
KN4CK3R bf999e4069
Add Debian package registry (#24426)
Co-authored-by: @awkwardbunny

This PR adds a Debian package registry.
You can follow [this
tutorial](https://www.baeldung.com/linux/create-debian-package) to build
a *.deb package for testing.
Source packages are not supported at the moment and I did not find
documentation of the architecture "all" and how these packages should be
treated.


![grafik](https://user-images.githubusercontent.com/1666336/218126879-eb80a866-775c-4c8e-8529-5797203a64e6.png)

Part of #20751.

Revised copy of #22854.

---------

Co-authored-by: Brian Hong <brian@hongs.me>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Giteabot <teabot@gitea.io>
2023-05-02 12:31:35 -04:00
..
actions.go
admin.go
api.go
asset_dynamic.go
asset_static.go
attachment.go
cache.go
camo.go
config_provider.go Refactor config provider (#24245) 2023-04-25 23:06:39 +08:00
cors.go Fix incorrect CORS default values (#24206) 2023-04-19 15:30:10 -04:00
cron.go
cron_test.go Refactor config provider (#24245) 2023-04-25 23:06:39 +08:00
database.go
database_sqlite.go
database_test.go
federation.go
git.go
highlight.go
i18n.go
incoming_email.go
indexer.go
indexer_test.go
lfs.go Refactor config provider (#24245) 2023-04-25 23:06:39 +08:00
log.go Refactor config provider (#24245) 2023-04-25 23:06:39 +08:00
mailer.go
mailer_test.go Refactor config provider (#24245) 2023-04-25 23:06:39 +08:00
markup.go Add .livemd as a markdown extension (#22730) 2023-04-26 11:22:54 -04:00
metrics.go
migrations.go
mime_type_map.go
mirror.go
oauth2.go Refactor config provider (#24245) 2023-04-25 23:06:39 +08:00
other.go Refactor setting.Other and remove unused SHOW_FOOTER_BRANDING (#24270) 2023-04-22 19:38:25 -04:00
packages.go Add Debian package registry (#24426) 2023-05-02 12:31:35 -04:00
packages_test.go
picture.go
project.go
proxy.go
queue.go Refactor config provider (#24245) 2023-04-25 23:06:39 +08:00
repository.go Add .livemd as a markdown extension (#22730) 2023-04-26 11:22:54 -04:00
security.go Refactor config provider (#24245) 2023-04-25 23:06:39 +08:00
server.go
service.go
session.go Refactor cookie (#24107) 2023-04-13 15:45:33 -04:00
setting.go Fix incorrect CurrentUser check for docker rootless (#24441) 2023-04-30 14:14:57 -04:00
setting_test.go
ssh.go
storage.go Refactor config provider (#24245) 2023-04-25 23:06:39 +08:00
storage_test.go Refactor config provider (#24245) 2023-04-25 23:06:39 +08:00
task.go
time.go Remove unused setting time.FORMAT (#24430) 2023-04-29 22:51:43 +02:00
ui.go Don't set meta theme-color by default (#24340) 2023-04-26 00:56:42 -04:00
webhook.go