@coliver Sadly, that's only available in the paid editions:
Posts made by Alex Sage
-
RE: Pritunl Zero
-
RE: Pritunl Zero
@coliver That's my understanding but I could be completely wrong.
-
RE: Pritunl Zero
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.
-
Pritunl Zero
Free and open source BeyondCorp server providing zero trust security for privileged access to ssh and web applications.
Anyone using this? Looks pretty good
-
RE: What makes RocketChat appealing to you?
@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!
-
RE: PiHole - Nginx Reverse Proxy
@coliver I am, this is for a new install before I setup TLS
-
RE: I have to change cloud drive service yet again
@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?
-
RE: What makes RocketChat appealing to you?
I got a version of RocketChat up for testing now
-
RE: PiHole - Nginx Reverse Proxy
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; } }
-
RE: I have to change cloud drive service yet again
@guyinpv What issues have you had?
-
RE: Dumb question - linux dd write 0s to multiples disks at once
Does writing zeros to an SSD drive affect the drive life?
-
RE: Installing LXD on Ubuntu 18.04 (The Right Way)
Just tested again with a F28 minimal netinstall.
Sadly, it doesn't seem to be working.
Getting an error starting services.
-
RE: Installing LXD on Ubuntu 18.04 (The Right Way)
@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.
-
RE: Installing LXD on Ubuntu 18.04 (The Right Way)
@black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):
Have you tried install LXD on Fedora using Snap?
Yup. Works Great!
-
RE: Installing LXD on Ubuntu 18.04 (The Right Way)
@black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):
What do you have against installing it via apt?
Nothing.
-
RE: Installing LXD on Ubuntu 18.04 (The Right Way)
@black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):
Any source to backup installing lxd via snap?
-
RE: Fail2Ban Settings
@stacksofplates That's great point. Maybe I'll do the same.
-
Installing LXD on Ubuntu 18.04 (The Right Way)
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
-
Fail2Ban Settings
What do you normally use for your Fail2Ban settings?
How many retrys? How long do you ban for?