技术杂货铺生活志博客
搜索
" 你是我的半截的诗,不许别人更改一个字。"
Authentik创建多个前哨
1、创建多的前哨在authentik的文件夹,创建前哨文件,并创建docker-compose.yml,代码如下:services: authentik...
Authentik与NPM配置访问
通过authentik的认证体系对NPM搭建的站点进行二次保护1、Authentik与NPM在同一台宿主机需保证Authentik和NPM在同一网络,在N...
Authentik+postgresql+work+pgbouncer
1、docker-compose.yml services:postgresql: image: postgres:16-alpine container...
Authentik的常用命令
1、查看连接数docker exec -it postgresql psql -U authentik -d authentik -c "SELECT c...
搭建authentik(进阶版)防连接数过多
1、创建docker-compose.ymlservices: postgresql:container_name: postgresql env_fi...
搭建traefik
1、手动创建网络docker network create traefik2、创建docker-compose.yml,内容如下:version: '3'...