mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-13 16:34:22 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
303
.github/stars.svg
vendored
Normal file
303
.github/stars.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 120 KiB |
0
.github/stars2.svg
vendored
Normal file
0
.github/stars2.svg
vendored
Normal file
13
.github/workflows/helper_stats_graphs.yaml
vendored
13
.github/workflows/helper_stats_graphs.yaml
vendored
@@ -1,7 +1,9 @@
|
||||
# yamllint disable rule:line-length
|
||||
---
|
||||
name: Generate weekly stats graphs
|
||||
name: Generate weekly graphs
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 18 * * *
|
||||
workflow_run:
|
||||
workflows: ["weekly_stats.yaml"]
|
||||
types:
|
||||
@@ -10,7 +12,7 @@ on:
|
||||
|
||||
jobs:
|
||||
stats_graphs:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
@@ -219,6 +221,13 @@ jobs:
|
||||
plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth bezier
|
||||
EOFMarker
|
||||
rm Stats3
|
||||
- name: Update stars
|
||||
run: |
|
||||
echo "Starting run"
|
||||
# Get stars
|
||||
wget -S -O .github/stars.svg https://contrib.rocks/image?repo=alexbelgium/hassio-addons || true
|
||||
# Get stars2
|
||||
wget -S -O .github/stars2.svg https://git-lister.onrender.com/api/stars/alexbelgium/hassio-addons?limit=30 || true
|
||||
- name: Commit if needed
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
|
||||
@@ -56,8 +56,8 @@ If you want to do add the repository manually, please follow the procedure highl
|
||||
- armv7: 4%
|
||||
|
||||
### Downloads evolution
|
||||
<img src="stats.png" width=500px>
|
||||
<img src="stats_addons.png" width=500px>
|
||||
<img src="https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/stats.png" width=500px>
|
||||
<img src="https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/stats_addons.png" width=500px>
|
||||
|
||||
### Stars evolution
|
||||
<a href="https://star-history.com">
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
### 25.0.4-11 (22-03-2023)
|
||||
- Minor bugs fixed
|
||||
- Implemented safety check that reinstalls nextcloud if issue detected https://github.com/alexbelgium/hassio-addons/issues/764
|
||||
- Implemented healthcheck
|
||||
- Redirect crond errors to addon logs
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
## ⚠ Open Request : [✨ [REQUEST] Nextcloud - Enable antivirus (opened 2023-01-25)](https://github.com/alexbelgium/hassio-addons/issues/669) by [@amaciuc](https://github.com/amaciuc)
|
||||
## ⚠ Open Issue : [🐛 [Nextcloud] Addon won't run with error about Composer autoloader not found or app directory not found (opened 2023-03-20)](https://github.com/alexbelgium/hassio-addons/issues/764) by [@Adsero110](https://github.com/Adsero110)
|
||||
|
||||
# Home assistant add-on: Nextcloud
|
||||
|
||||
|
||||
@@ -21,9 +21,10 @@ done
|
||||
# Check if issues with installation
|
||||
echo "Checking installation"
|
||||
if [[ "$(occ --version)" == *"Composer autoloader not found"* ]]; then
|
||||
bashio::log.fatal "Issue with installation detected, reinstallation will proceed. Your files are copied in /share/nextcloud_backup_$(date +%F)"
|
||||
mv /data/config/www/nextcloud /share/nextcloud_backup_$(date +%F)
|
||||
bashio::addon.restart
|
||||
bashio::log.fatal "Issue with installation detected, reinstallation will proceed. Your files are copied in /share/nextcloud_$(date +%F)"
|
||||
cp /data/config/www/nextcloud /share/nextcloud_"$(date +%F)"
|
||||
rm /data/config/www/nextcloud/index.php
|
||||
/./etc/s6-overlay/s6-rc.d/init-nextcloud-config/run
|
||||
fi
|
||||
|
||||
# Add new log info to config.php
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## ⚠ Open Request : [✨ [REQUEST] PlexTraktSync (opened 2022-12-16)](https://github.com/alexbelgium/hassio-addons/issues/604) by [@cronner](https://github.com/cronner)
|
||||
|
||||
## ⚠ Open Request : [✨ [REQUEST] Plex year wrapped (like spotify) (opened 2022-12-25)](https://github.com/alexbelgium/hassio-addons/issues/613) by [@bruvv](https://github.com/bruvv)
|
||||
|
||||
|
||||
# Home assistant add-on: plex
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
|
||||
Reference in New Issue
Block a user