Skip to content

Instantly share code, notes, and snippets.

@mcnaveen
Last active December 17, 2021 13:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcnaveen/2788985648490e7b3af24647247ed4e7 to your computer and use it in GitHub Desktop.
Save mcnaveen/2788985648490e7b3af24647247ed4e7 to your computer and use it in GitHub Desktop.
How to Create API Key in Gotify?
Well, This tutorial will walk you through creating your First Gotify API Key which helps in setting up your appliation.
Comment contains step by step instruction with image. Check it out.
Thanks.
@mcnaveen
Copy link
Author

Once you start Gotify Server. You'll see Started Listening for plain HTTP connection on :80
sudo  -gotify-linux-amd64_044
Now, All you have to do is. Fire up any browser and visit 127.0.0.1
Default Username and Password of Gotify is admin,admin

Now click on APPS then Click on Create Application

Gotify Dashboard

Now, Give Name for your application. In my case. I'm giving "Chrome Push"

Selection_042

Alright, You have successfully created your First API Key.

Selection_043

If you're creating API for @mskian 's Chrome Gotify Push (https://github.com/mskian/gotify-push) please use the below format.

http://ip-address(or)example.com/message?token=**API-KEY**

Example:
http://192.168.31.203/message?token=AN.6d3HR2QJD6mq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment