maybe you can do a small screencast showing what exactly doesn't work. This is a Cloudron forum, not a general osTicket one, so we aren't experts on the apps itself, if it comes to using apps.
@necrevistonnezr said in Wireguard not connecting:
@Jenova said in Wireguard not connecting:
@robi said in Wireguard not connecting:
@Jenova said in Wireguard not connecting:
adblocking and VPN without needing Adguard
How do you not need Adguard?
RethinkDB uses Wireguard as a proxy. It also has firewall and Adblocking stuff. It's like Adguard on steroids and it's free.
I guess you’re talking about RethinkDNS at https://rethinkdns.com/ (with „paid plans coming soon“)?
RethinkDB (https://rethinkdb.com/) is a different software…
Haha omg yes RethinkDNS is what I was talking about. Omg sorry they're so similarly named. I feel dumb now. Sorry for hyping you up @robi
@Jenova Oh, you mean the "Allowed clients" inside AdGuard Home ? If you use port 853 , then you are connecting directly to AdGuard and IP should be client IP.
@BrutalBirdie said in OpenVPN with Adguard:
register-dns
block-outside-dns
Good to know these! Apparently, these are Windows only directives - https://iflorian.com/openvpn-block-outside-ds/
@sebgg have you tried clearing out postgresql directory entirely ? Assuming you have backups,
docker stop postgresql
rm -rf /home/yellowtent/platformdata/postgresql/*
```
Then, go to services -> postgresql -> restart. That will rebuild the postgresql container.