KiritoP
Explore posts from serversCDCloudflare Developers
•Created by KiritoP on 3/31/2024 in #general-help
Warp Teams Zero-Trust Device profile based on Device ID
That maybe possible for posture check, but I'm using profiles to basically have different warp modes for my different devices.
Some have it set to "Proxy mode", some have "warp only without dns", etc.
So I really kind of need the profiles feature of warp since some of the new modes likes "warp only without dns" can not be set on the client side, since there is no option in the gui and cli.
5 replies
CDCloudflare Developers
•Created by KiritoP on 3/31/2024 in #general-help
Warp Teams Zero-Trust Device profile based on Device ID
No comments on this?
I recently upgraded my PopOS distro to latest kernel 6.8.0, which also changed my Device OS version in warp to 6.8.0, so i had to manually update my WARP Profile to include that device OS version.
5 replies
CDCloudflare Developers
•Created by KiritoP on 3/19/2024 in #general-help
Permissions for API Token to Edit Split Tunnel entries
NVM. It worked when specifying via
with Account -> Zero Trust Edit permission.
I was previously trying to use X-Auth-Key and X-Auth-Email
2 replies
IImmich
•Created by KiritoP on 3/9/2023 in #help-desk-support
Change default container ports for running in host networking mode
yes true...but i only allow very selective ports via UFW even for local lan...
and everything public is via Cloudflare Tunnel-> Traefik(Crowdsec as middleware)-> Services
plus i got CGNAT, so no public IP technically 😅
9 replies
IImmich
•Created by KiritoP on 3/9/2023 in #help-desk-support
Change default container ports for running in host networking mode
I use ubuntu's default UFW firewall for everything...and UFW has a weird issue with docker networking, where docker networking can bypass UFW if i use docker's network and expose ports, since docker networking uses iptables and overrides UFW's configuration....also, if i restart UFW while docker is running, the ports are no longer exposed, and if i restart docker while UFW is running, the ports are exposed bypassing UFW..
It's a weird issue, and there are some workarounds and fixes but i havent found anything stable and permanent till yet....
I could either stop using UFW and learn iptables instead or just not use Docker networking and run everthing in host networking mode (which i do for all my containers).
9 replies
IImmich
•Created by KiritoP on 3/9/2023 in #help-desk-support
Change default container ports for running in host networking mode
thankss...that worked 👍
To summarize for someone who wants to do the same...
Following env variables change port INSIDE the container
SERVER_PORT
MICROSERVICES_PORT
MACHINE_LEARNING_PORT
PORT
for redis container
command: --port xxxx
for postgres container
command: -p xxxx
9 replies