

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


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 :/


I use Termius, they have a paid version too as subscription service. This includes sync across devices etc. I don’t need those pro features. I use SFTP and SSH and this works fine without paying. Never seen ads


Yes it really sucks. I got aware of this as there was a security patch for openssh server and I waited for an update for JuiceSSH, but it never came.


Last update in 2021, delisted in Playstore, multiple security fixes are missing… Don’t even think about it
I paid for it a long time ago, but will not use it anymore


One of my favorite apps 👍🏻
Thanks for your great work


Great work! 👍🏻


You needed to connect your Github account once, the app checked if you donated, then you got the supporter status


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