Compare commits
7 Commits
main
..
f810cf0686
| Author | SHA1 | Date | |
|---|---|---|---|
|
f810cf0686
|
|||
|
0b1d9b0c4d
|
|||
|
563de8b538
|
|||
|
4b34706b40
|
|||
|
d11b632801
|
|||
|
da9938c90d
|
|||
|
3a5b758b10
|
@@ -28,13 +28,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout with submodules
|
- name: Checkout with submodules
|
||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
submodules: recursive # Get submdules
|
submodules: recursive # Get submdules
|
||||||
fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod
|
fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod
|
||||||
|
|
||||||
- name: Setup required tools (Hugo)
|
- name: Setup required tools (Hugo)
|
||||||
uses: https://github.com/jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
|
uses: https://github.com/jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
|
||||||
with:
|
with:
|
||||||
cache: false # no cache on gitea
|
cache: false # no cache on gitea
|
||||||
github_token: ${{ secrets.GH_TOKEN }}
|
github_token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ all its files isn't so trivial. This is because the files are stored in a layout
|
|||||||
similar to bare Git repositories, and Seafile's headless tool, seafile-cli,
|
similar to bare Git repositories, and Seafile's headless tool, seafile-cli,
|
||||||
is... suboptimal. So I created what started out as a wrapper for it and ended up
|
is... suboptimal. So I created what started out as a wrapper for it and ended up
|
||||||
as a full-blown tool for automatically synchronising your libraries to a backup
|
as a full-blown tool for automatically synchronising your libraries to a backup
|
||||||
location: [**Seafile Mirror**](https://github.com/mxmehl/seafile-mirror).
|
location: [**Seafile Mirror**](https://src.mehl.mx/mxmehl/seafile-mirror).
|
||||||
|
|
||||||
## My requirements
|
## My requirements
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ turned out that this tool has a number of fundamental issues:
|
|||||||
|
|
||||||
## The solution
|
## The solution
|
||||||
|
|
||||||
[seafile-mirror](https://github.com/mxmehl/seafile-mirror) takes care of all
|
[seafile-mirror](https://src.mehl.mx/mxmehl/seafile-mirror) takes care of all
|
||||||
these stumbling blocks:
|
these stumbling blocks:
|
||||||
|
|
||||||
* It downloads/syncs defined libraries in customisable intervals
|
* It downloads/syncs defined libraries in customisable intervals
|
||||||
@@ -95,13 +95,13 @@ and configuration.
|
|||||||
The tool has been running every day since a couple of months without any issues.
|
The tool has been running every day since a couple of months without any issues.
|
||||||
However, I could imagine a few more features to be helpful for more people:
|
However, I could imagine a few more features to be helpful for more people:
|
||||||
|
|
||||||
* Support of encrypted libraries: Shouldn't be a big issue, it would require
|
|
||||||
passing the password to the underlying seafile-cli command.
|
|
||||||
([#1](https://github.com/mxmehl/seafile-mirror/issues/1))
|
|
||||||
* Support of login tokens: Currently, only user/password auth is supported which
|
* Support of login tokens: Currently, only user/password auth is supported which
|
||||||
is fine for my use-case as it's just a read-only user. This wouldn't be hard
|
is fine for my use-case as it's just a read-only user. This wouldn't be hard
|
||||||
to fix either, seafile-cli supports it (at least in theory).
|
to fix either, seafile-cli supports it (at least in theory).
|
||||||
([#2](https://github.com/mxmehl/seafile-mirror/issues/2))
|
([#2](https://src.mehl.mx/mxmehl/seafile-mirror/issues/2))
|
||||||
|
* Support of encrypted libraries: Shouldn't be a big issue, it would require
|
||||||
|
passing the password to the underlying seafile-cli command.
|
||||||
|
([#3](https://src.mehl.mx/mxmehl/seafile-mirror/issues/3))
|
||||||
|
|
||||||
If you have encountered problems or would like to point out the need for
|
If you have encountered problems or would like to point out the need for
|
||||||
specific features, please feel free to contact me or comment on the Mastodon
|
specific features, please feel free to contact me or comment on the Mastodon
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ tags:
|
|||||||
- Community
|
- Community
|
||||||
- DeutscheBahn
|
- DeutscheBahn
|
||||||
- SupplyChain
|
- SupplyChain
|
||||||
summary: Ich wurde mal wieder von Ralf Hersel zum “Captain it’s Wednesday” Podcast von GNU/Linux.ch eingeladen, um über Software-Lieferketten bei der Deutschen Bahn zu sprechen. Anlass waren meine jüngsten Vorträge auf der FOSS Backstage und der FOSDEM, in denen ich über die Herausforderungen und Chancen von Software-Lieferketten bei der DB gesprochen habe.
|
|
||||||
headerimage:
|
headerimage:
|
||||||
src: ciw.jpg
|
src: ciw.jpg
|
||||||
alt: The famous "Captain it's Wednesday" comic
|
alt: The famous "Captain it's Wednesday" comic
|
||||||
@@ -18,7 +17,6 @@ audio: https://gnulinux.ch/podcast/CIW175.mp3
|
|||||||
event:
|
event:
|
||||||
name: Captain it's Wednesday Podcast
|
name: Captain it's Wednesday Podcast
|
||||||
href: https://gnulinux.ch/ciw175-podcast
|
href: https://gnulinux.ch/ciw175-podcast
|
||||||
mastodon_toot_url: https://mastodon.social/@mxmehl/116318946107759692
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Ich wurde mal wieder von Ralf Hersel zum "Captain it's Wednesday" Podcast von GNU/Linux.ch eingeladen, um über Software-Lieferketten bei der Deutschen Bahn zu sprechen. Anlass waren meine jüngsten Vorträge auf der [FOSS Backstage](/blog/2026-03-foss-backstage-getting-real-supply-chain) und der [FOSDEM](/blog/2026-01-fosdem-supply-chain-strategy), in denen ich über die Herausforderungen und Chancen von Software-Lieferketten bei der DB gesprochen habe.
|
Ich wurde mal wieder von Ralf Hersel zum "Captain it's Wednesday" Podcast von GNU/Linux.ch eingeladen, um über Software-Lieferketten bei der Deutschen Bahn zu sprechen. Anlass waren meine jüngsten Vorträge auf der [FOSS Backstage](/blog/2026-03-foss-backstage-getting-real-supply-chain) und der [FOSDEM](/blog/2026-01-fosdem-supply-chain-strategy), in denen ich über die Herausforderungen und Chancen von Software-Lieferketten bei der DB gesprochen habe.
|
||||||
|
|||||||
@@ -1,65 +0,0 @@
|
|||||||
# @generated - this file is auto-generated by `mise lock` https://mise.en.dev/dev-tools/mise-lock.html
|
|
||||||
|
|
||||||
[[tools.hugo-extended]]
|
|
||||||
version = "0.162.1"
|
|
||||||
backend = "aqua:gohugoio/hugo/hugo-extended"
|
|
||||||
|
|
||||||
[tools.hugo-extended."platforms.linux-arm64"]
|
|
||||||
checksum = "sha256:f5531494dd573cfc142779894a9e3e414ab05626d6e0492cc06209dc783aaf39"
|
|
||||||
url = "https://github.com/gohugoio/hugo/releases/download/v0.162.1/hugo_extended_0.162.1_linux-arm64.tar.gz"
|
|
||||||
|
|
||||||
[tools.hugo-extended."platforms.linux-arm64-musl"]
|
|
||||||
checksum = "sha256:f5531494dd573cfc142779894a9e3e414ab05626d6e0492cc06209dc783aaf39"
|
|
||||||
url = "https://github.com/gohugoio/hugo/releases/download/v0.162.1/hugo_extended_0.162.1_linux-arm64.tar.gz"
|
|
||||||
|
|
||||||
[tools.hugo-extended."platforms.linux-x64"]
|
|
||||||
checksum = "sha256:e34160095b6a6406af857fe212f50e4451f67ed1276b9bb0de13d08754980118"
|
|
||||||
url = "https://github.com/gohugoio/hugo/releases/download/v0.162.1/hugo_extended_0.162.1_linux-amd64.tar.gz"
|
|
||||||
|
|
||||||
[tools.hugo-extended."platforms.linux-x64-musl"]
|
|
||||||
checksum = "sha256:e34160095b6a6406af857fe212f50e4451f67ed1276b9bb0de13d08754980118"
|
|
||||||
url = "https://github.com/gohugoio/hugo/releases/download/v0.162.1/hugo_extended_0.162.1_linux-amd64.tar.gz"
|
|
||||||
|
|
||||||
[tools.hugo-extended."platforms.macos-arm64"]
|
|
||||||
checksum = "sha256:ed246e094d3d5c54583ffcebd8c98529072f57901bd3b1bb2f1fdc968766f13d"
|
|
||||||
url = "https://github.com/gohugoio/hugo/releases/download/v0.162.1/hugo_extended_0.162.1_darwin-universal.pkg"
|
|
||||||
|
|
||||||
[tools.hugo-extended."platforms.macos-x64"]
|
|
||||||
checksum = "sha256:ed246e094d3d5c54583ffcebd8c98529072f57901bd3b1bb2f1fdc968766f13d"
|
|
||||||
url = "https://github.com/gohugoio/hugo/releases/download/v0.162.1/hugo_extended_0.162.1_darwin-universal.pkg"
|
|
||||||
|
|
||||||
[tools.hugo-extended."platforms.windows-x64"]
|
|
||||||
checksum = "sha256:62b3a0d4ec48a7d00270c3f5e87c3de097c855200c47ad02640cf4a219c361ea"
|
|
||||||
url = "https://github.com/gohugoio/hugo/releases/download/v0.162.1/hugo_extended_0.162.1_windows-amd64.zip"
|
|
||||||
|
|
||||||
[[tools.lychee]]
|
|
||||||
version = "0.24.2"
|
|
||||||
backend = "aqua:lycheeverse/lychee"
|
|
||||||
|
|
||||||
[tools.lychee."platforms.linux-arm64"]
|
|
||||||
checksum = "sha256:5d0b0e3aeab240f41920c633a6eaf97599be6eedda034b36e858ede7dba5e535"
|
|
||||||
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-aarch64-unknown-linux-musl.tar.gz"
|
|
||||||
|
|
||||||
[tools.lychee."platforms.linux-arm64-musl"]
|
|
||||||
checksum = "sha256:5d0b0e3aeab240f41920c633a6eaf97599be6eedda034b36e858ede7dba5e535"
|
|
||||||
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-aarch64-unknown-linux-musl.tar.gz"
|
|
||||||
|
|
||||||
[tools.lychee."platforms.linux-x64"]
|
|
||||||
checksum = "sha256:73657a111819a30c47c08352896796f23d64e4eb2b3ed39b6d32149241566fc5"
|
|
||||||
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-unknown-linux-musl.tar.gz"
|
|
||||||
|
|
||||||
[tools.lychee."platforms.linux-x64-musl"]
|
|
||||||
checksum = "sha256:73657a111819a30c47c08352896796f23d64e4eb2b3ed39b6d32149241566fc5"
|
|
||||||
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-unknown-linux-musl.tar.gz"
|
|
||||||
|
|
||||||
[tools.lychee."platforms.macos-arm64"]
|
|
||||||
checksum = "sha256:c9d3740ea2d891854d37116c9fba840f37b6e7c89d330e7db84ac333631c4977"
|
|
||||||
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-aarch64-apple-darwin.tar.gz"
|
|
||||||
|
|
||||||
[tools.lychee."platforms.macos-x64"]
|
|
||||||
checksum = "sha256:887503a9cff667d322b8d0892b40bf49976eb9507af8483220a3706cdad55978"
|
|
||||||
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-apple-darwin.tar.gz"
|
|
||||||
|
|
||||||
[tools.lychee."platforms.windows-x64"]
|
|
||||||
checksum = "sha256:32975d1493ee1a975d6bb41e4fb56fe419cb442ded628bb772ba2e614acfacad"
|
|
||||||
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-pc-windows-msvc.zip"
|
|
||||||
Reference in New Issue
Block a user