Skip to content

homelab - 5. 上层建筑施工 #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
he-sb opened this issue Nov 26, 2022 · 6 comments
Open

homelab - 5. 上层建筑施工 #51

he-sb opened this issue Nov 26, 2022 · 6 comments
Labels
homelab related to homelab Linux Based on Linux Notes Methodology Series Belong to a series of articles. 奇技淫巧 吾生也有涯,而折腾无涯

Comments

@he-sb
Copy link
Owner

he-sb commented Nov 26, 2022

导航页(目前在使用)

docker-flare


备选

https://github.com/bastienwirtz/homer

@he-sb he-sb added Series Belong to a series of articles. Linux Based on Linux Notes Methodology homelab related to homelab labels Nov 26, 2022
@he-sb he-sb changed the title homelab - 5. 虚拟机配置 homelab - 5. 上层建筑施工 Dec 3, 2022
@he-sb
Copy link
Owner Author

he-sb commented Dec 4, 2022

filebrowser - 简易文件管理

Docker 安装 File Browser | HE-SB-技术栈

filebrowser/docker-compose.yml

filebrowser/docker-compose.yml

version: '3'

services:
  filbrowser:
    image: filebrowser/filebrowser
    container_name: filebrowser
    user: $DOCKER_UID_GID
    volumes:
      - /home/jokerh:/srv
      - /home/jokerh/filebrowser/database.db:/database.db
    restart: unless-stopped
    ports:
      - 8666:80
    logging:
      driver: 'json-file'
      options:
        max-size: '1m'

portainer-ce/docker-compose.yml

version: '3'

services:
  portainer:
    image: portainer/portainer-ce
    container_name: portainer
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - ./portainer_data:/data
    restart: always
    ports:
      - 8000:8000
      - 9443:9443
    logging:
      driver: 'json-file'
      options:
        max-size: '1m'

自定义图标样式(默认为单色)

Filebrowser Custom Ico... | The Homelab Wiki

@he-sb he-sb added the 奇技淫巧 吾生也有涯,而折腾无涯 label Dec 4, 2022
@he-sb
Copy link
Owner Author

he-sb commented Jan 3, 2023

Dozzle - 快速聚合查看容器日志(单机)

https://github.com/amir20/dozzle

实时查看容器日志 - 苏洋博客

@he-sb
Copy link
Owner Author

he-sb commented Jul 27, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
homelab related to homelab Linux Based on Linux Notes Methodology Series Belong to a series of articles. 奇技淫巧 吾生也有涯,而折腾无涯
Projects
Status: Todo
Development

No branches or pull requests

1 participant