diff --git a/.github/stars.svg b/.github/stars.svg new file mode 100644 index 000000000..a2b733bdf --- /dev/null +++ b/.github/stars.svg @@ -0,0 +1,303 @@ + + + +\nalexbelgium + + + + + + + +\npetersendev + + + + + + + +\nbruvv + + + + + + + +\nbaldarn + + + + + + + +\nelmerenges + + + + + + + +\nelahd + + + + + + + +\nwoutercoppens + + + + + + + +\nDeckoz2302 + + + + + + + +\nNODeeJay + + + + + + + +\ndanbruno + + + + + + + +\nmarciogranzotto + + + + + + + +\nfkhofmann + + + + + + + +\ntyjtyj + + + + + + + +\nAlecRust + + + + + + + +\nBerghsJelmer + + + + + + + +\nEalenn + + + + + + + +\nSilvioMessi + + + + + + + +\nproffalken + + + + + + + +\nankushg + + + + + + + +\nChronoRadion + + + + + + + +\nDDanii + + + + + + + +\nEpicLPer + + + + + + + +\ngieljnssns + + + + + + + +\nImgBotApp + + + + + + + +\njeffothy + + + + + + + +\nMaxWinterstein + + + + + + + +\nnathang21 + + + + + + + +\nSpand0x + + + + + + + +\ntmcarr + + + + + + + +\nacervicius + + + + + + + +\ndavoloko + + + + + + + +\nmonkey-debugger + + + + + + + +\nmxwi + + + + + + + +\nnovisys + + + + + + + +\npullaf + + + + + + + +\ntdn131 + + + + + + + +\nwesleygas + + + + + + + + diff --git a/.github/stars2.svg b/.github/stars2.svg new file mode 100644 index 000000000..e69de29bb diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index ee49f4f03..37c5038ad 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -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: diff --git a/README.md b/README.md index 370d33223..1f981d5da 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ If you want to do add the repository manually, please follow the procedure highl - armv7: 4% ### Downloads evolution - - + + ### Stars evolution diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index ec15af077..8cdeff7d8 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -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 diff --git a/nextcloud/README.md b/nextcloud/README.md index e4912bd6b..87c9cb827 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -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 diff --git a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh index c5d4a50f5..b39b1b304 100755 --- a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh +++ b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh @@ -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 diff --git a/plex/README.md b/plex/README.md index 49802ca93..ec611f160 100644 --- a/plex/README.md +++ b/plex/README.md @@ -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)