Skip to content

Commit

Permalink
Release week 52 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng authored Dec 25, 2024
2 parents 998a999 + 4eb17a9 commit 983da05
Show file tree
Hide file tree
Showing 13 changed files with 156 additions and 25 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
id: lychee
if: always() && steps.deploy.outcome == 'success'
run: |
curl -sSfL "$(curl -sSfH 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' 'https://api.github.com/repos/lycheeverse/lychee/releases/latest' | mawk -F\" '/"browser_download_url.*x86_64-unknown-linux-musl\.tar\.gz"/{print $4;exit}')" -o lychee.tar.gz
# Workaround for broken local link checks in v0.17.0: https://github.com/lycheeverse/lychee/issues/1574
#curl -sSfL "$(curl -sSfH 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' 'https://api.github.com/repos/lycheeverse/lychee/releases/latest' | mawk -F\" '/"browser_download_url.*x86_64-unknown-linux-musl\.tar\.gz"/{print $4;exit}')" -o lychee.tar.gz
curl -sSfL 'https://github.com/lycheeverse/lychee/releases/download/lychee-v0.16.1/lychee-x86_64-unknown-linux-musl.tar.gz' -o lychee.tar.gz
tar xf lychee.tar.gz
- name: Run lychee to check Markdown and HTML files
if: always() && steps.lychee.outcome == 'success'
# twitter.com/DietPi_|www.patreon.com/DietPi: Network error: Forbidden
run: ./lychee -En --cache --require-https --exclude '^https://(twitter.com/DietPi_|www.patreon.com/DietPi)$' --github-token '${{ secrets.GITHUB_TOKEN }}' -b '.' '**/*.md' '**/*.html'
run: ./lychee -En --cache --require-https --include-fragments --exclude '^https://(twitter.com/DietPi_|www.patreon.com/DietPi)$' --github-token '${{ secrets.GITHUB_TOKEN }}' -b '.' '**/*.md' '**/*.html'
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ ini
IoT
IPFS
IPS
IPv
IPVanish
Jackett
JDK
Expand Down
2 changes: 1 addition & 1 deletion contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h3>Social media</h3>
</div>
</div>
<!-- Scroll up button -->
<a class="scrollup" href="#"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<a class="scrollup" href="#contribute"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<!-- Inline JavaScript to quickly show/hide elements if browser loads scripts -->
<script>
for (let x of document.querySelectorAll('div.single-project')) x.classList.add('hidden');
Expand Down
7 changes: 5 additions & 2 deletions deploy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ fi
# Main
G_EXEC cd /tmp
G_EXEC curl -sSfLO "https://github.com/$OWNER/DietPi-Website/archive/$BRANCH.tar.gz"
G_EXEC tar xf "$BRANCH.tar.gz"
G_EXEC rm "$BRANCH.tar.gz"
# - Support forward slashes in branch name
G_EXEC tar xf "${BRANCH##*/}.tar.gz"
G_EXEC rm "${BRANCH##*/}.tar.gz"
# - GitHub replaces forward slashes with dashes for dir names
BRANCH=${BRANCH//\//-}
G_EXEC cd "DietPi-Website-$BRANCH"
# Cleanup
[[ $GITHUB_ACTIONS ]] || G_EXEC rm -R README.md LICENSE deploy.bash .??*
Expand Down
27 changes: 26 additions & 1 deletion dietpi-software.html
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,24 @@ <h3>Gogs</h3>
</div>
</div>
</div>
<div id="forgejo" class="row single-project">
<div class="col-md-4"><a href="images/dietpi-software/forgejo-large.png" target="_blank" rel="noopener"><img src="images/dietpi-software/forgejo-small.png" alt="Forgejo frontend screenshot" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Forgejo</h3>
<span class="close"></span>
</div>
<div class="project-info">
<div><a href="https://dietpi.com/docs/software/cloud/#forgejo" target="_blank" rel="noopener"><span>How to Setup / Details:</span><i class="fa fa-book"></i><u>View</u></a></div>
<br>
<div><span>Pros:</span>Host your own GitHub style server</div>
<div><span>Cons:</span>None</div>
</div>
<p>Your very own GitHub style server, with web interface.</p>
</div>
</div>
</div>
<div id="gitea" class="row single-project">
<div class="col-md-4"><a href="images/dietpi-software/gitea_2.jpg" target="_blank" rel="noopener"><img src="images/dietpi-software/gitea_1.jpg" alt="Gitea frontend screenshot" loading="lazy"></a></div>
<div class="col-md-8">
Expand Down Expand Up @@ -3716,6 +3734,13 @@ <h3>Gogs</h3>
<p>GitHub style server & web interface</p>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Cloud">
<a href="#softwareinfo" class="thumbnail" rel="#forgejo">
<img src="images/dietpi-software/forgejo-logo.svg" alt="Forgejo logo" width="8" height="5" loading="lazy">
<h3>Forgejo</h3>
<p>GitHub style server & web interface</p>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Cloud">
<a href="#softwareinfo" class="thumbnail" rel="#gitea">
<img src="images/dietpi-software/gitea_0.jpg" alt="Gitea logo" width="8" height="5" loading="lazy">
Expand Down Expand Up @@ -4346,7 +4371,7 @@ <h3>IPFS Node</h3>
</div>
</div>
<!-- Scroll up button -->
<a class="scrollup" href="#"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<a class="scrollup" href="#software"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<!-- Inline JavaScript to quickly show/hide elements if browser loads scripts -->
<script>
for (let x of document.querySelectorAll('div.single-project')) x.classList.add('hidden');
Expand Down
Binary file added images/dietpi-software/forgejo-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/dietpi-software/forgejo-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dietpi-software/forgejo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sbc_images/nanopim6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sbc_images/orangepi5max.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sbc_images/orangepi5pro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 983da05

Please sign in to comment.