

There is nothing wrong with borg, but it is complex and for easiness you need scripts or tools like borgmatic. Vykar is designed to be beginner friendly


There is nothing wrong with borg, but it is complex and for easiness you need scripts or tools like borgmatic. Vykar is designed to be beginner friendly


Okay, will keep an eye on the release notes and give it another try if this is implemented! Anyway it is great that remote backup is supported this is a feature other tools like Databasus don’t have.


I tried it a few versions ago, but why could I not configure the agents via the web UI? Why a editing manually a json or toml per database? Is this possible now? Connect the agent one time with the dashboard and do the rest via UI? This is a feature I really want


Please add some screenshots in the readme. There is only a wall of text :/


Great work 👍🏻


I got the supporter for free, because I donated to them before they joined FUTO. I donate frequently to opensource projects. This is a good way to say thanks to the devs 😊
Even small donations are fine, so please donate to projects you enjoy 👍🏻
You can use Forgejo with OIDC or normal login behind a reverse proxy. If you want to make a repo public, you need to add this to your App.ini under the
[service]section:REQUIRE_SIGNIN_VIEW = falseExample:
[service] REGISTER_EMAIL_CONFIRM = true ENABLE_INTERNAL_SIGNIN = false ENABLE_NOTIFY_MAIL = true DISABLE_REGISTRATION = false ALLOW_ONLY_EXTERNAL_REGISTRATION = true ENABLE_CAPTCHA = false REQUIRE_SIGNIN_VIEW = true DEFAULT_KEEP_EMAIL_PRIVATE = false DEFAULT_ALLOW_CREATE_ORGANIZATION = true DEFAULT_ENABLE_TIMETRACKING = true NO_REPLY_ADDRESS = noreply.localhost REQUIRE_SIGNIN_VIEW = falseThen you can create a public repo which people can view without an account. You can change visibilty at any time