• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: February 26th, 2025

help-circle





  • Undaunted@feddit.orgtoSelfhosted@lemmy.worldDawarich 1.9.1
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    First time I hear about this and I’ll definitely try it out. It looks awesome!

    One question though, does the server need to be publicly accessible or does the app do it’s tracking locally and then saves it on the server when I get home again? I didn’t see that in the docs but I’ve not looked very deep into that so sorry if I have missed it.











  • Undaunted@feddit.orgtoSelfhosted@lemmy.worldWhere is API tooling lacking ?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    4 months ago

    I’ve been searching for alternatives as well, especially since Insomnia introduced mandatory account creation.

    I think Yaak is pretty good and I recently found out about Voiden, though I haven’t had a chance to try it out yet.

    Edit: I forgot to mention that if you’re using IntelliJ Ultimate for what you’re doing, it has a built-in HTTP client too. We use that a lot at work, because then you can have the requests directly together with your application’s source code inside your repository, which is kinda handy.


  • I don’t know how Woodpecker works, but I have a lot of experience with Gitlab runners. You can startup a runner locally, as it doesn’t need to be publicly accessible from the internet. Only the Gitlab instance needs to be accessible for the runner, as the runner actively fetches new jobs from there and pushes the results again.

    If Woodpecker works similarly, you could just deploy the runner locally while you’re actively developing and your computer is running anyway, if you don’t want to pay for a VPS.