homebase
homebase copied to clipboard
Self-deployable tool for hosting hyper:// websites
I am having trouble running Homebase in docker behind my home router. Which ports do I need to open on my server? I have forwarded port 3282 (TCP and UDP)...
Right now the README has a ton of details but not much in the way of providing context, explanations, or examples. A few things I'd like to focus on: -...
Hi there, Thanks a lot for that amazing project. I did deploy an instance of homebase in my server and add one hyperdrive to test together linking with a domain...
Is there any way how to get information if the specific hyperdrive in homebase is already synchronized with the original/master hyperdrive?
I'm thinking it could be useful to read the configuration file from a dat archive, rather than just the local file system. If this were possible, I could build a...
I see the latest Dockerfile points to 1.1.2 and we could update it. If this happens, is it also possible to setup a docker hub entry for homebase? This would...
IPv6 addresses seem to be ignored completely while discovering peers, which seems to be a huge downside as IPv4 is in many cases blocked by NAT while IPv6 aren't.
Useful for CI/CD setups. Should be unauthenticated access. Should return OK or whatever. Nothing fancy. I can probably also take a stab at this when I get some free time.
When I run `curl -X POST -d '{"username": "foo", "password": "bar"}' https://myhomebase.foo/v1/accounts/login` and with the following .homebase.yml configuration: ```yaml webapi: domain: myhomebase.foo username: foo password: bar ``` I keep receiving...
See https://github.com/agoramaHub/homebase-cors/blob/master/lib/webapi.js By using the `cors` package, we can do server server web api requests. Wondering if this can be integrated? Can submit a PR?