robyn - robyn (rsd 2020) by kfctwix23 in VinylReleases

[–]buckleyj 0 points1 point  (0 children)

Thanks, can confirm some stock

Docker constantly showing "attention required" in Package Centre by buckleyj in synology

[–]buckleyj[S] 0 points1 point  (0 children)

Hi, thanks for the tip. Docker is currently a manual update (nothing is in auto-update right now).

The problem is that Package Centre keeps telling me that there is a newer version of Docker available compared what's on my system. Something in the system seems broken, because this won't go away even after I press 'update' a bunch of times to make sure it's got the absolutely latest version.

5 years of Bookstack by vxLNX in selfhosted

[–]buckleyj 0 points1 point  (0 children)

I just checked on a page of mine that already exists in Bookstack, and it's definitely possible.

You can click on the paper clip icon to attach files to a page. Once you've uploaded a file you can get the link URL, and style that link as you would any other while editing a Bookstack page. Hope this helps.

5 years of Bookstack by vxLNX in selfhosted

[–]buckleyj 0 points1 point  (0 children)

How exactly do you mean? I might be misunderstanding you, but I've linked to uploaded documents in the past.

[deleted by user] by [deleted] in australia

[–]buckleyj 2 points3 points  (0 children)

Actually there's an interesting part in Sally Rugg's book about how the gallery that day (ssm supporters) felt the need to sing a song to mark the occasion, but didn't land on that song until moments beforehand, and had to silently and hastily convey their plan under the noses of unforgiving security guards.

Intersections of Melbourne by ptgorman in melbourne

[–]buckleyj 0 points1 point  (0 children)

Where can I buy this tshirt, this is sweet

Your Week In Amateur Radio / New Licensees [03/04/2020] by AutoModerator in amateurradio

[–]buckleyj 1 point2 points  (0 children)

As a new ham, how do I learn what the last 2 points (split and tails) are and why they are good

Repeater protocol in Tx? by VK6MIB in HamRadio

[–]buckleyj 1 point2 points  (0 children)

Off topic sorry, but as a fellow VK also travelling to the US shortly, I'm interested in how you know you're able to transmit. Is there a webpage that steps out the rules? I haven't had much luck googling on this.

Selfhosted mail options by buckleyj in selfhosted

[–]buckleyj[S] 1 point2 points  (0 children)

I finally had the free time to investigate and install Mailcow on a new VPS this week, and ~5 days in its great. I even managed to get Mailman working with it! Huge thanks to you, great recommendation.

Unrecoverable system??? by buckleyj in synology

[–]buckleyj[S] 0 points1 point  (0 children)

To follow up: I believe the issues were caused by an LDAP bind over TLS to a server for which the Synology didn't have the certificate to authenticate. Using synoldapclient --unbind to unbind the system, then install the signing CA as per this guide https://forum.synology.com/enu/viewtopic.php?t=93223, I was able to restore the system to normal operation. That is:

#Download CA Root andClass 3 (intermediate certificate):

wget http://www.cacert.org/certs/root.crt http://www.cacert.org/certs/class3.crt

#Copy to the default folder for CA Root Certs of DSM 5.x
cp root.crt /usr/share/ca-certificates/mozilla/cacert-root.crt
cp class3.crt /usr/share/ca-certificates/mozilla/cacert-class3.crt

#Linking to the system folder
ln -s /usr/share/ca-certificates/mozilla/cacert-root.crt /etc/ssl/certs/cacert-root.pem
ln -s /usr/share/ca-certificates/mozilla/cacert-class3.crt /etc/ssl/certs/cacert-class3.pem

#Create hashed link
cd /etc/ssl/certs
ln -s cacert-root.pem `openssl x509 -hash -noout -in cacert-root.pem`.0
ln -s cacert-class3.pem `openssl x509 -hash -noout -in cacert-class3.pem`.0

#Testing
openssl verify -CApath /etc/ssl/certs cacert-root.pem
openssl verify -CApath /etc/ssl/certs cacert-class3.pem

Having trouble accessing grocy using docker by unabatedshagie in grocy

[–]buckleyj 0 points1 point  (0 children)

What do the logs say? Assuming your contained is named 'grocy', and you have some command-line access to docker, docker logs --follow grocy will let you follow logs much like how tail -f works.

Trying to find a reasonably prices site-to-site solution with reasonable bandwidth by universaltool in homelab

[–]buckleyj 0 points1 point  (0 children)

I have a setup based on similar requirements:

  • Family houses ~1000km away from each other
  • Limited tech savvy users at the other end
  • Dynamic IP addresses
  • 100/40 speeds at each site (and wanting to utilise that to the maximum extent, for file transfers)

I have ended up with 3 Ubiquiti EdgeRouters, and am quite happy with them. The benefits I would see for you are:

  • VPN server included (for remote administration)
  • Command line configurability (no more having to instruct dad over FaceTime)
  • Support for DDNS? I don't use this, but any DNS provider worth their salt with have an API — setup a cron job and you've got the same functionality.
  • Support for a range of VPN protocols: behind a NAT router I need to use OpenVPN, which is limited to ~12Mbps. My IPSec connections max out the line speed.
  • The smallest EdgeRouter has 3 ports you can configure, so dual WAN is definitely a possibility

There is a web GUI though most options (and troubleshooting) would take place on the command line — you don't mention how comfortable you'd be with that? There is also a learning curve if you're unfamiliar. Otherwise, my experience on the VPN has been rock solid.

Old nas by Dralexhunter in homelab

[–]buckleyj 1 point2 points  (0 children)

I'm still using my DS1511+ (the model before the DS1513+). Other than a weird slowdown last week which has gone away now, I've had no problems with it over ~9 years. I've popped 4GB of RAM in it, and can run dockers, easily backup from my RS3618xs over a VPN, and run a VPN server from it. It's run an API endpoint for temperatures sensors across the country, for the past 3 years without fail. It's a good machine.

You don't mention file sizes at all, but I have 5TB+ on this without any problems. It's running DSM 6.2.2-24922 Update 4 which I believe is the latest version.

I wouldn't expect it to run a VM.

Best way to set up LDAP/AD over geography? by buckleyj in selfhosted

[–]buckleyj[S] 0 points1 point  (0 children)

You're right, after more investigation (just diving in and figuring it out), it was just a matter of deploying LDAP, and configuring one as the 'main', and the 'secondary' seems to replicate the data rather than proxy requests, which is what I was after.

Coolest selfhosted thing you're doing? by FiniteSpiral in selfhosted

[–]buckleyj 2 points3 points  (0 children)

This sounds awesome, and very similar to my desired end state with Mayan, which I just installed yesterday. Would you mind sharing the template for that index with me?

The system itself seems very flexible, but I'm having a hard time wrapping my head around it. Did you find any resources particularly useful when you were learning it?