@coliver Sadly, that's only available in the paid editions:

@coliver Sadly, that's only available in the paid editions:

@coliver That's my understanding but I could be completely wrong.

My understanding is that a user visits a webpage, logs in, and they are able to reach internal web services.
At least that's what I am getting by looking at this:
https://docs.pritunl.com/docs/pritunl-zero-service
You can use it for SSH as well, too.
Free and open source BeyondCorp server providing zero trust security for privileged access to ssh and web applications.
Anyone using this? Looks pretty good 
@black3dynamite said in What makes RocketChat appealing to you?:
@aaronstuder said in What makes RocketChat appealing to you?:
I got a version of RocketChat up for testing now
Using snap?
Yup, in a LXD Container. More to come soon!
@coliver I am, this is for a new install before I setup TLS 
@wirestyle22 said in I have to change cloud drive service yet again:
@guyinpv Is it a problem with the product or a problem with the expectations of the users?
Bahahahahahahaha. Isn't this ALWAYS the case? 
I got a version of RocketChat up for testing now 
Here is my working .conf file:
server {
client_max_body_size 40M;
listen 80;
server_name pihole.domain.com;
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header X-NginX-Proxy true;
proxy_pass http://10.0.0.X:80/admin/;
proxy_redirect off;
}
}
@guyinpv What issues have you had?
Does writing zeros to an SSD drive affect the drive life?
Just tested again with a F28 minimal netinstall.
Sadly, it doesn't seem to be working.
Getting an error starting services.
@black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):
With SELinux enabled too?
I was only testing, and I don't really remember.
I prefer LXD on Ubuntu since they are both canonical.
@black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):
Have you tried install LXD on Fedora using Snap?
Yup. Works Great!
@black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):
What do you have against installing it via apt?
Nothing.
@black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):
Any source to backup installing lxd via snap?
@stacksofplates That's great point. Maybe I'll do the same.
Ubuntu 18.04 comes with LXD installed as a DEB package, however the recommended way to install it is via snap.
Note: If you do a netboot installation LXD is not installed
On a fresh installation without LXD configured:
sudo apt remove --purge lxd lxd-client liblxc1 lxcfs
Then install LXD via snap
sudo snap install lxd
On a existing system with LXD configured/containers running:
install LXD via snap
sudo snap install lxd
Then migrate to the snap install of LXD
sudo lxd.migrate
What do you normally use for your Fail2Ban settings?
How many retrys? How long do you ban for?