1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-12-23 02:02:33 +01:00
ntfy/server
Allan f74f1b718f Use /usr/local/bin instead of /usr/bin
This commit makes the placement of binaries consistent on Linux.
ntfy currently recommends /usr/local/bin for amd64 Linux but not for arm Linux.

- replaced all instances of `/usr/bin/ntfy` with
`/usr/local/bin/ntfy`
- replaced two instances of `/usr/bin` with `/usr/local/bin`
    - in Dockerfile and Dockerfile-arm, the line is changed to `COPY ntfy /usr/local/bin`
2024-10-11 10:53:11 -04:00
..
actions.go
actions_test.go
config.go Convert duration flags, add docs 2024-03-07 12:22:35 -05:00
config_test.go
errors.go clean up invalid username code 2024-04-05 08:43:56 -06:00
file_cache.go
file_cache_test.go
log.go
mailer_emoji_map.json
message_cache.go Re-add idx_topic to messages table 2024-04-24 14:38:05 -04:00
message_cache_test.go Re-add idx_topic to messages table 2024-04-24 14:38:05 -04:00
ntfy.service Use /usr/local/bin instead of /usr/bin 2024-10-11 10:53:11 -04:00
server.go Docs, fix lint 2024-09-29 13:20:36 -04:00
server.yml
server_account.go clean up invalid username code 2024-04-05 08:43:56 -06:00
server_account_test.go
server_admin.go Move things, revert naming 2024-03-20 21:39:17 -04:00
server_admin_test.go
server_firebase.go
server_firebase_test.go
server_manager.go
server_manager_test.go
server_matrix.go
server_matrix_test.go
server_metrics.go
server_middleware.go
server_payments.go Move things, revert naming 2024-03-20 21:39:17 -04:00
server_payments_test.go
server_test.go Docs 2024-09-29 13:12:51 -04:00
server_twilio.go
server_twilio_test.go
server_webpush.go Move things, revert naming 2024-03-20 21:39:17 -04:00
server_webpush_test.go
smtp_sender.go Docs 2024-09-29 13:12:51 -04:00
smtp_sender_test.go Docs 2024-09-29 13:12:51 -04:00
smtp_server.go Docs 2024-09-29 13:12:51 -04:00
smtp_server_test.go Support SMTP Auth Plain 2024-08-07 17:29:54 -07:00
topic.go
topic_test.go Docs 2024-09-29 13:12:51 -04:00
types.go
util.go Simplify(?) templating cases 2024-03-20 21:33:54 -04:00
util_test.go
visitor.go
webpush_store.go
webpush_store_test.go