notifiers: Apprise: # See: https://github.com/caronc/apprise-api#api-details type: "apprise" url: "http://apprise/notify" title: "GoWatch notification through Apprise" mtype: "info" # Note 'mtype' to avoid conflict with 'type' format: "text" urls: - "tgram:////" - "discord:////" Shoutrrr: # See: https://containrrr.dev/shoutrrr/v0.5/services/overview/ type: "shoutrrr" urls: - "telegram://@telegram?chats=," Telegram: token: "" # See: https://core.telegram.org/bots#how-do-i-create-a-bot chat: "" # See: https://www.alphr.com/find-chat-id-telegram/ debug: false Discord: type: "discord" token: "" # See: https://www.writebots.com/discord-bot-token/ userID: "" # See: https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID- server: ID: "" channel: "" debug: false Email: type: "email" server: "smtp.relay.com" port: "465" from: "from@email.com" user: "" password: "" to: "to@email.com" File: type: "file" path: /config/notifications.log database: dsn: "/config/watch.db" # for docker usage prune: "@every 1h" backup: schedule: "@every 1d" path: "/backup/{{.Year}}_{{.Month}}_{{.Day}}T{{.Hour}}-{{.Minute}}-{{.Second}}.gzip" # https://pkg.go.dev/time available proxy: url: http://proxy.com:1234 browserless: url: http://your.browserless:1234 gin: debug: false urlprefix: "/" schedule: delay: "5s"