🎉 Release of add-on Cloudflared 2.0.2

This commit is contained in:
Brenner-Bot
2022-06-16 15:01:23 +00:00
parent 6517e7a15d
commit e064ab554d
4 changed files with 43 additions and 17 deletions
+3 -3
View File
@@ -86,10 +86,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.1 [addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.2
[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.1/README.md [addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.2/README.md
[cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues [cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues
[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg [cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.2-blue.svg
[cloudflared-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [cloudflared-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[cloudflared-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [cloudflared-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
+5 -5
View File
@@ -1,10 +1,10 @@
## Whats changed ## Whats changed
## 📚 Documentation
- Add Troubleshooting for 400: Bad Request error @elcajon (#105) ## 🐛 Bug fixes
- 🐛 Update AppArmor for Cloudflared service & s6-overlay v3 @elcajon (#108)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Update yq to 4.14.1-r2 @elcajon (#103) - ⬆️ Update Base image to v.12.0.0 @elcajon (#106)
- Update Cloudflared to version 2022.5.3 @github-actions (#102) - Update Cloudflared to version 2022.6.1 @github-actions (#109)
- ⬆️ Update base image to 11.1.2 @elcajon (#104)
+34 -8
View File
@@ -5,26 +5,52 @@ profile cloudflared flags=(attach_disconnected,mediate_deleted) {
# Capabilities # Capabilities
file, file,
signal, signal (send) set=(kill,term,int,hup,cont),
# S6-Overlay # S6-Overlay from HA OS default apparmor profile
/init ix,
/bin/** ix,
/usr/bin/** ix,
/run/{s6,s6-rc*,service}/** ix,
/package/** ix,
/command/** ix,
/etc/services.d/** rwix, /etc/services.d/** rwix,
/etc/cont-init.d/** rwix, /etc/cont-init.d/** rwix,
/etc/cont-finish.d/** rwix,
/run/{,**} rwk,
/dev/tty rw,
# S6-Overlay from cloudflared add-on
/etc/s6-overlay/** rwix,
# Bashio # Bashio
/usr/lib/bashio/** ix, /usr/lib/bashio/** ix,
/tmp/** rw, /tmp/** rwk,
# Access to cloudflared files # Access to options.json and other files within your addon
/root/.cloudflared/** rw, /data/** rw,
# Start new profile for cloudflared service # Start new profile for cloudflared service
cloudflared cx, #/usr/bin/cloudflared cx -> cloudflared,
profile cloudflared flags=(attach_disconnected,mediate_deleted) { profile cloudflared flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base> #include <abstractions/base>
# Access to options.json and other files within your addon
/data/** rw,
# Access to mapped volumes specified in config.json
/share/** rw,
/config/** rw,
/ssl/** rw,
# Access to add-on generated config.yaml
/tmp/** rw,
# Access required for service functionality
/usr/bin/cloudflared r,
# Receive signals from S6-Overlay # Receive signals from S6-Overlay
signal receive, signal receive,
} }
} }
+1 -1
View File
@@ -42,4 +42,4 @@ schema:
- str? - str?
slug: cloudflared slug: cloudflared
url: https://github.com/brenner-tobias/addon-cloudflared/ url: https://github.com/brenner-tobias/addon-cloudflared/
version: 2.0.1 version: 2.0.2