mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出addns-go、calendar-poetry、frp-client;
升级了addons-data-migrate、frp-client-51、mpd。
This commit is contained in:
3
calendar-poetry/CHANGELOG.md
Normal file
3
calendar-poetry/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### latest-2024092512(2024-09-25)
|
||||
|
||||
- 首次推出
|
||||
6
calendar-poetry/DOCS.md
Normal file
6
calendar-poetry/DOCS.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# LOCAL CALENDAR AND POETRY
|
||||
|
||||
## 默认端口
|
||||
|
||||
- 日历:13001端口
|
||||
- 古诗: 13002端口
|
||||
9
calendar-poetry/README.md
Normal file
9
calendar-poetry/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 冬瓜甄选Addons: LOCAL CALENDAR AND POETRY
|
||||
|
||||
## 关于
|
||||
|
||||
- 它是本地日历和古诗词相结合的接口
|
||||
|
||||
## 地址
|
||||
[参考](https://bbs.hassbian.com/thread-26449-1-1.html)
|
||||
[docker hub](https://hub.docker.com/u/bugprogrammer)
|
||||
41
calendar-poetry/apparmor.txt
Normal file
41
calendar-poetry/apparmor.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
#include <tunables/global>
|
||||
|
||||
profile hassos_ssh_configurator_addon flags=(attach_disconnected,mediate_deleted) {
|
||||
#include <abstractions/base>
|
||||
|
||||
capability,
|
||||
file,
|
||||
mount,
|
||||
umount,
|
||||
remount,
|
||||
|
||||
capability setgid,
|
||||
capability setuid,
|
||||
capability dac_override,
|
||||
|
||||
# S6-Overlay
|
||||
/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,
|
||||
/proc/self/attr/** mrwkl,
|
||||
# Files required
|
||||
/tmp/** mrkwl,
|
||||
|
||||
# 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,
|
||||
|
||||
}
|
||||
5
calendar-poetry/build.yaml
Normal file
5
calendar-poetry/build.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
build_from:
|
||||
amd64: d.fashgh.com/bugprogrammer/calendar-remark:latest
|
||||
aarch64: d.fashgh.com/bugprogrammer/calendar-remark:latest_arm64v8
|
||||
|
||||
16
calendar-poetry/config.yaml
Normal file
16
calendar-poetry/config.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: "LOCAL CALENDAR AND POETRY"
|
||||
version: 'latest-2024092512'
|
||||
slug: 'calendar_poetry'
|
||||
codenotary: wghaos@163.com
|
||||
description: '它是本地日历和古诗词相结合的接口'
|
||||
image: wghaos/{arch}-calendar-poetry
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
ports:
|
||||
80/tcp: 13001
|
||||
5000/tcp: 13002
|
||||
apparmor: true
|
||||
boot: manual
|
||||
BIN
calendar-poetry/icon.png
Normal file
BIN
calendar-poetry/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
BIN
calendar-poetry/logo.png
Normal file
BIN
calendar-poetry/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
Reference in New Issue
Block a user