Hello World生活志博客
搜索
" 凡为过往,皆为序章。"
搭建authentik(进阶版)防连接数过多
1、创建docker-compose.yml services: postgresql: container_name: postgresql env_f...
Authentik的常用命令
1、查看连接数docker exec -it postgresql psql -U authentik -d authentik -c "SELECT c...
Authentik+postgresql+work+pgbouncer
1、docker-compose.yml services:postgresql: image: postgres:16-alpine container...
Authentik与NPM配置访问
通过authentik的认证体系对NPM搭建的站点进行二次保护 1、Authentik与NPM在同一台宿主机 需保证Authentik和NPM在同一网络,...
Authentik创建多个前哨
1、创建多的前哨 在authentik的文件夹,创建前哨文件,并创建docker-compose.yml,代码如下: services: authenti...