Vaultwarden install(ft. 패스워드 관리)
# Virtualation/Docker2024. 4. 22. 07:48Vaultwarden install(ft. 패스워드 관리)

[darksharavim]cat docker-compose.yml version: '3.1' services: vaultwarden: container_name: ds-vaultwarden image: vaultwarden/server restart: always ports: - 8088:8088 volumes: - ./data:/data environment: - TZ=Asia/Seoul - ROCKET_PORT=8088 #- ADMIN_TOKEN=password #PW까먹었을때https://[domain]/admin 위와 같이 진행할 경우 컨테이너 포트가 지정(디폴트 80)되어 있어 8088포트로 되지 않음. 아래와 같이 ROCKET_PORT를 변경해야 정상동작. https://it-svr.com/v..

TailScale install(ft. 시놀로지)
# Storage2024. 4. 21. 17:13TailScale install(ft. 시놀로지)

TasilScale 수동용 패키지 설치 다운로드 https://pkgs.tailscale.com/stable/#spks https://pkgs.tailscale.com/stable/#spks Tailscale Packages - stable track Notice: Use of this package server is governed by Tailscale's Terms of Service. By using this server to install Tailscale, you acknowledge that you have read and accepted those terms. Looking for the source code? It's on G pkgs.tailscale.com 설치진행 설치 완료후 트래픽..

녹투아 AMB15 오프셋(ft. AM5)
# Life/IT2024. 4. 20. 10:12녹투아 AMB15 오프셋(ft. AM5)

https://noctua.at/en/nm-amb15 NM-AMB15 The NM-AMB15 are offset AM5 mounting bars for Noctua CPU coolers with 78mm mounting pitch that require their mounting points at the east and west side of the socket for optimal orientation, such as the popular NH-U14S, NH-U12A, NH-U12S or NH-U9S (see detai noctua.at https://youtu.be/eRsv1dOuOHk

AMD Ryzen5 7500F(ft. 알리산)
# Life/IT2024. 4. 20. 09:34AMD Ryzen5 7500F(ft. 알리산)

순정상태 커옵 올코어 -30 설정

GoAccess install(ft. NPM 로깅)
# Virtualation/Docker2024. 4. 19. 08:50GoAccess install(ft. NPM 로깅)

NPM에서는 로그확인 어려움version: '3.3' services: goaccess: image: 'xavierh/goaccess-for-nginxproxymanager:latest' container_name: goaccess restart: always ports: - '7880:7880' environment: - TZ=America/New_York - SKIP_ARCHIVED_LOGS=False #optional - DEBUG=False #optional - BASIC_AUTH=False #optional - BASIC_AUTH_USERNAME=user #optional - BASIC_AUTH_PASSWORD=pass #optional - EXCLUDE_IPS=127.0.0.1 #optiona..

image