• Joined on 2021-11-20
nico commented on pull request ungleich-public/cdist#334 2022-05-20 12:53:05 +00:00
add optional file parameter to allow for use in a loop without object_id clashes

That's a nice PR! Will merge it.

nico pushed to master at ungleich-public/ungleich-k8s 2022-05-11 08:09:46 +00:00
e394fdf2d8 Add ingress test
nico pushed to master at ungleich-public/ungleich-k8s 2022-05-10 17:37:32 +00:00
43246c258c Add test deployment for testen trafficpolicy
nico pushed to master at nico/nsbin 2022-05-09 07:55:18 +00:00
64e6d2a5c4 Add script to enable monitors on the left and on the right
nico pushed to master at nico/nsbin 2022-05-08 18:13:57 +00:00
cabfa1a981 +i3right/i3left
nico pushed to master at ungleich-public/ungleich-tools 2022-05-02 08:30:12 +00:00
9da4900070 openwrt/ipv4: add whitespace
nico pushed to master at ungleich-public/ungleich-tools 2022-05-02 08:23:37 +00:00
1724933e87 openwrt/ipv4: output peer section at the end
0d7367df9a freebsd: also bump the ports release
Compare 2 commits »
nico pushed to master at ungleich-public/ungleich-tools 2022-05-02 08:18:16 +00:00
b17100f656 Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-tools
f31189a08d [viwib] allow ssh in for people to remotely access their router
Compare 2 commits »
nico pushed to master at ungleich-public/ungleich-tools 2022-05-01 12:02:37 +00:00
2828b4e79d FreeBSD: bump to 13.0
nico pushed to master at ungleich-public/k8s-smtp 2022-04-23 10:07:44 +00:00
514978f457 Add README
nico pushed to master at ungleich-public/k8s-smtp 2022-04-23 10:05:49 +00:00
4e3ec23f25 Add sample smtp server in Kubernetes
nico created branch master in ungleich-public/k8s-smtp 2022-04-23 10:05:49 +00:00
nico created repository ungleich-public/k8s-smtp 2022-04-23 10:04:32 +00:00
nico pushed to master at nico/nsbin 2022-04-20 09:50:46 +00:00
795c7d5d81 updated by /home/nico/bin/sync-all-repos on mirror1
nico pushed to master at ungleich-public/ungleich-tools 2022-04-17 17:21:05 +00:00
03afb6161b Add a ceph start script
10eac966bc [viwib+vigir] update openwrt to 21.02.1
048697a812 ++ ceph emergency script
Compare 3 commits »
nico opened issue ungleich-public/cdist#333 2022-04-16 10:36:17 +00:00
__file using unsupported mv option
nico pushed to master at nico/nsbin 2022-04-13 17:05:51 +00:00
a75840ebb7 stva.sh: add filter
nico commented on issue ungleich-public/cdist#332 2022-04-12 08:01:22 +00:00
__file: mktemp -u checks for perms

The mktemp -u should not have been there, updated the comment.

nico commented on issue ungleich-public/cdist#332 2022-04-12 07:23:05 +00:00
__file: mktemp -u checks for perms

Good catch, @ander!

I think we could easily replace

      # upload file to temp location
      upload_destination="$(mktemp -u "${destination}.cdist.XXXXXXXXXX")"

with

nico commented on pull request ungleich-public/cdist#327 2022-04-11 08:33:07 +00:00
bug: apt-ppa-noninteractive

@romain-dartigues if using your PR, it would make sense to remove the script remove-apt-repository as well.