mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
1、首次推出ddnsto、mi-scale、mpd、portainer;
2、完善emby及samba-easy-nas的docs及config。
This commit is contained in:
2
portainer/CHANGELOG.md
Normal file
2
portainer/CHANGELOG.md
Normal file
@@ -0,0 +1,2 @@
|
||||
### 2.19.4-3 (11-12-2023)
|
||||
- 首次推出
|
||||
10
portainer/DOCS.md
Normal file
10
portainer/DOCS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
Portainer 主要用于在 Docker 容器中执行自定义命令。它是一个开源的轻量级管理 UI,允许你轻松管理 Docker 主机或 Docker Swarm 集群。
|
||||
|
||||
# 快速开始
|
||||
- 在password中设置一下登录密码就行。
|
||||
|
||||
默认用户名:admin
|
||||
|
||||
- 在主页中,关闭“保护模式”,然后启动加载项。
|
||||
|
||||
|
||||
13
portainer/README.md
Normal file
13
portainer/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 冬瓜甄选addons:Portainer
|
||||
|
||||
## 关于
|
||||
|
||||
这是一个很有名的docker可视化界面的管理工具。此版本为原始英文版,直接同步最新版本。
|
||||
|
||||
如对汉化版有兴趣,未来会出一个汉化专版。
|
||||
|
||||
|
||||
|
||||
## 来源
|
||||
|
||||
https://github.com/alexbelgium/hassio-addons/tree/master/portainer
|
||||
59
portainer/apparmor.txt
Normal file
59
portainer/apparmor.txt
Normal file
@@ -0,0 +1,59 @@
|
||||
#include <tunables/global>
|
||||
|
||||
profile portainer_addon flags=(attach_disconnected,mediate_deleted) {
|
||||
#include <abstractions/base>
|
||||
|
||||
capability,
|
||||
file,
|
||||
signal,
|
||||
mount,
|
||||
umount,
|
||||
remount,
|
||||
network udp,
|
||||
network tcp,
|
||||
network dgram,
|
||||
network stream,
|
||||
network inet,
|
||||
network inet6,
|
||||
network netlink raw,
|
||||
network unix dgram,
|
||||
capability setgid,
|
||||
capability setuid,
|
||||
|
||||
|
||||
# S6-Overlay
|
||||
/init ix,
|
||||
/run/{s6,s6-rc*,service}/** ix,
|
||||
/package/** ix,
|
||||
/command/** ix,
|
||||
/run/{,**} rwk,
|
||||
/dev/tty rw,
|
||||
/bin/** ix,
|
||||
/usr/bin/** ix,
|
||||
/usr/lib/bashio/** ix,
|
||||
/etc/s6/** rix,
|
||||
/run/s6/** rix,
|
||||
/etc/services.d/** rwix,
|
||||
/etc/cont-init.d/** rwix,
|
||||
/etc/cont-finish.d/** rwix,
|
||||
/init rix,
|
||||
/var/run/** mrwkl,
|
||||
/var/run/ mrwkl,
|
||||
/dev/i2c-1 mrwkl,
|
||||
/dev/fuse mrwkl,
|
||||
/dev/sda1 mrwkl,
|
||||
/dev/sdb1 mrwkl,
|
||||
/dev/nvme0 mrwkl,
|
||||
/dev/nvme1 mrwkl,
|
||||
/dev/mmcblk0p1 mrwkl,
|
||||
|
||||
# Data access
|
||||
/data/** rw,
|
||||
|
||||
# suppress ptrace denials when using 'docker ps' or using 'ps' inside a container
|
||||
ptrace (trace,read) peer=docker-default,
|
||||
|
||||
# docker daemon confinement requires explict allow rule for signal
|
||||
signal (receive) set=(kill,term) peer=/usr/bin/docker,
|
||||
|
||||
}
|
||||
50
portainer/config.json
Normal file
50
portainer/config.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"backups",
|
||||
"docker_config/cli-plugins"
|
||||
],
|
||||
"codenotary": "wghaos@163.com",
|
||||
"description": "轻松管理您的Docker环境",
|
||||
"docker_api": true,
|
||||
"hassio_api": true,
|
||||
"image": "ghcr.nju.edu.cn/alexbelgium/portainer-{arch}",
|
||||
"ingress": true,
|
||||
"ingress_port": 1337,
|
||||
"ingress_stream": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Portainer",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"password": "homeassistant",
|
||||
"ssl": false
|
||||
},
|
||||
"panel_icon": "mdi:docker",
|
||||
"ports": {
|
||||
"8000/tcp": null,
|
||||
"9099/tcp": 9000
|
||||
},
|
||||
"ports_description": {
|
||||
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)",
|
||||
"9099/tcp": "Web UI port"
|
||||
},
|
||||
"schema": {
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"password": "str?",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"slug": "portainer",
|
||||
"udev": true,
|
||||
"url": "https://gitcode.com/waxgourd/addons",
|
||||
"version": "2.19.4-3"
|
||||
}
|
||||
BIN
portainer/icon.png
Normal file
BIN
portainer/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
BIN
portainer/logo.png
Normal file
BIN
portainer/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
16
portainer/translations/en.yaml
Normal file
16
portainer/translations/en.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
configuration:
|
||||
certfile:
|
||||
name: certfile
|
||||
description: >-
|
||||
ssl certificate, must be located in /ssl.
|
||||
password:
|
||||
name: password
|
||||
description: >-
|
||||
define admin password. If kept blank, will allow manual restore of previous backup. At least 12 characters.
|
||||
keyfile:
|
||||
name: keyfile
|
||||
description: >-
|
||||
sslkeyfile, must be located in /ssl.
|
||||
ssl:
|
||||
name: ssl
|
||||
16
portainer/translations/zh-Hans.yaml
Normal file
16
portainer/translations/zh-Hans.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
configuration:
|
||||
certfile:
|
||||
name: 证书文件
|
||||
description: >-
|
||||
SSL证书,必须位于/ SSL目录下。
|
||||
password:
|
||||
name: 密码
|
||||
description: >-
|
||||
定义admin密码。如果保持空白,将允许手动恢复以前的备份。至少12个字符。
|
||||
keyfile:
|
||||
name: 密钥
|
||||
description: >-
|
||||
ssl密钥,必须位于/SSL目录下。
|
||||
ssl:
|
||||
name: ssl
|
||||
Reference in New Issue
Block a user