Replies: 3 comments 2 replies
-
Also, here is my
|
Beta Was this translation helpful? Give feedback.
-
hi @Snuupy Thanks for playing a bit with ionscale! I'm aware that the lack of documentation can make it a bit difficult to get started. Hopefully, I can find the time to make some improvements there. Regarding creating machines without tags. What version of ionscale are you using? The latest release (0.15.0) has some breaking changes, and the docs should be updated accordingly. A minimal configuration looks like this:
With this configuration, the embedded DERP and STUN servers are enabled, and it can be used on, for example, a VPS with a public IP address and the domain The config will be slightly different if you are behind a reverse proxy and the server running ionscale is not publicly accessible. The following should work in that case, assuming the reverse proxy will terminate SSL:
Hopefully, this clarifies things a little bit for the time being. |
Beta Was this translation helpful? Give feedback.
-
Is there any basic guide for configuring OIDC ? I'm encountering an issue with Google Authentication: |
Beta Was this translation helpful? Give feedback.
-
First of all, this is a great project!
I played with ionscale for a bit, I ran into an issue where I was unable to add machines without a tag. This was using the generated API key. The syntax was not the easiest to figure out, but I did manage it (for anyone else struggling to set this up):
There was some inconsistency between the docker documentation and the reference config, the keys that needs to be set in
config.yaml
arelisten_addr
andserver_url
.public_addr
,https_listen_addr
, andhttps_listen_addr
do not need to be set.I had:
and my reverse proxy pointing to those.
Can we get a web UI to manage tailnets? I assume this project was heading in that direction anyway but I wanted to ask.
Beta Was this translation helpful? Give feedback.
All reactions