autobrr/internal/database
ze0s fe4f385a22
feat(database): connect postgres via socket and read config from env _FILE secrets (#2061)
* feat(database): connect postgres via socket

* feat(config): read env var secrets from file

* docs: explain env var secrets

* refactor: generate postgres dsn
2025-05-05 21:15:24 +02:00
..
tools chore(license): update copyright year in headers (#1935) 2025-01-08 08:38:10 +01:00
action.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
action_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
api.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
api_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
database.go feat(database): connect postgres via socket and read config from env _FILE secrets (#2061) 2025-05-05 21:15:24 +02:00
database_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
download_client.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
download_client_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
feed.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
feed_cache.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
feed_cache_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
feed_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
filter.go feat(filters): show current download count in list (#2001) 2025-03-16 18:33:47 +01:00
filter_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
indexer.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
indexer_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
irc.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
irc_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
list.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
notification.go fix(notifications): update and list password (#1951) 2025-01-25 18:34:49 +01:00
notification_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
postgres.go feat(database): connect postgres via socket and read config from env _FILE secrets (#2061) 2025-05-05 21:15:24 +02:00
postgres_migrate.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
postgres_test.go feat(database): connect postgres via socket and read config from env _FILE secrets (#2061) 2025-05-05 21:15:24 +02:00
proxy.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
proxy_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
release.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
release_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
sqlite.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
sqlite_migrate.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
user.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
user_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
utils.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
utils_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00