mirror of
https://github.com/Aetherinox/ntfy-desktop.git
synced 2026-04-25 15:05:52 +03:00
[GH-ISSUE #59] windows client released yet #5
Labels
No labels
Build › MacOS
Status › Need Info
Status › No Action
Status › Released
Type › Bug
Type › Feature
Type › Feature
Type › Roadmap
pull-request
❔ Question
📰 Progress Report
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy-desktop#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MROSSFTEK on GitHub (May 28, 2025).
Original GitHub issue: https://github.com/Aetherinox/ntfy-desktop/issues/59
Originally assigned to: @Aetherinox on GitHub.
will you be releasing a full installer for windows clients?
@Aetherinox commented on GitHub (May 28, 2025):
Once I get the code cleaned up, which is what I'm doing now, I'll be able to create a workflow which generates the binaries. But for now, if you clone the repo, you can build the binary with the commands in the readme. Should only take 2 or so minutes. Still have some packages I need to finish updating today.
@MROSSFTEK commented on GitHub (Jun 6, 2025):
your build.bat has an error on windows.
'rm' is not recognized as an internal or external command,
@Aetherinox commented on GitHub (Jun 6, 2025):
Yeah, not a huge ordeal, just cleans up the existing files. They'll over-write when you build the next time around.
I have bash on my Windows machine, so they work, I switched over to a native windows command.
@Aetherinox commented on GitHub (Jun 8, 2025):
All of the issues in this ticket have either been resolved, or will be resolved in the new update. If you have any issues in the future, let me know.
@Aetherinox commented on GitHub (Jun 9, 2025):
Just an update. pre-built binaries are now available in the Releases section of the repo.
The changes I posted are in this release.
@MROSSFTEK commented on GitHub (Jun 9, 2025):
thank you for that! i downloaded it and it launches fine (windows 10 and higher will prompt you to ack that you want to run it as it appears untrusted.. just an FYI).
im assuming your client is written to only go to the official ntfy.sh server? i put in my local on LAN server and it does not connect.
i get this error (domain name scrubbed, of course )
Failed to resolve https://ntfy.mydomain.com/,0 - defaulting to https://ntfy.sh/app
@Aetherinox commented on GitHub (Jun 9, 2025):
Windows will prompt you to run it untrusted until I sign the program with a certificate. A verified certificate costs about $100 a year, and I just don't have enough users on this repo yet to justify buying an SSL certificate I have to manage. But it will run the same.
No, it supports ntfy.sh, and your own self-hosted server. If you have a self-hosted server, go to the menu at the top, click Instances, and set your URL.
Then, click the toggle box at the bottom that says "Localhost". Some users will be unable to see their site unless you enable that box. It depends on how you have your domain set up.
@MROSSFTEK commented on GitHub (Jun 9, 2025):
i put my local (not local host) server in the instance and the error i get is this
Failed to resolve https://ntfy.mydomain.com/,0 - defaulting to https://ntfy.sh/app
i was reviewing the main project page and it showed you putting in https://yourserver.com/ntfy. i am running it on a server as https://ntfy.mydomain.com is your app looking for a url to end with /ntfy?
@Aetherinox commented on GitHub (Jun 9, 2025):
My app looks for a valid accessible domain (or local if you have localhost mode enabled). It then tries to reach the API server tied into the URL.
But with Localhost mode, it removes that validation, and just forces that specific URL to load as a normal browser would.
To access your local server, I assume you had to modify your host file to point your system to a local domain name.
Can you screenshot the window when you get that message? Because with localhost mode, you shouldn't get a message at all. It should just load. And if it can't load, it'll just show a blank page.
@MROSSFTEK commented on GitHub (Jun 9, 2025):
thats my error i have my local ntfy server and local host enabled in the app
@Aetherinox commented on GitHub (Jun 9, 2025):
I'm looking at the code now, I think I see the issue. Give me a few mins.
@Aetherinox commented on GitHub (Jun 9, 2025):
Few minor bugs to fix, then I'll push. I already fixed the issue you're having. This is why you shouldn't code for 18 hours straight.
@MROSSFTEK commented on GitHub (Jun 9, 2025):
LOL that's words to live by!
@Aetherinox commented on GitHub (Jun 9, 2025):
Alright, there were two bugs
I'm pushing a release, it'll take a few minutes to compile.
@Aetherinox commented on GitHub (Jun 9, 2025):
Released:
@MROSSFTEK commented on GitHub (Jun 9, 2025):
awesome! thank you!
@Aetherinox commented on GitHub (Jun 9, 2025):
Sure thing. I tested out the compiled copy and it works for me now.