Skip to content

Instantly share code, notes, and snippets.

Install navidrome on FreeNAS Jail / FreeBSD 11.4 & 12.2

https://www.navidrome.org/

  • date: 2020-08-21, navidrome 0.30.1, needs go 1.14 and node v14
  • update: 2020-10-28, navidrome 0.36.1, needs go 1.15 and node v14; newer go version in repo: pkg update, pkg upgrade followed by pkg install taglib and the build went through
  • update: 2021-01-20, FreeBSD 12, navidrome 0.39, needs go 1.15 and node v14; FreeBSD 12 repo contains node v15, installed node14 and npm-node14 instead of node and npm
  • update: 2021-04-30, FreeBSD 12, navidrome 0.42, needs go 1.16 (in repo), kept node v14 with a minor update; removed wrapper script from service below
  • update: 2021-08-04, FreeBSD 12, navidrome 0.44.1, needs node v16

Improvements / TODO

@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active May 6, 2025 14:21
crack activate Office on mac with license file
@lachesis
lachesis / letsencrypt_notes.sh
Last active February 3, 2025 10:38
Set up LetsEncrypt using acme.sh without root
# How to use "acme.sh" to set up Lets Encrypt without root permissions
# See https://github.com/Neilpang/acme.sh for more
# This assumes that your website has a webroot at "/var/www/<domain>"
# I'll use the domain "EXAMPLE.com" as an example
# When this is done, there will be an "acme" user that handles issuing,
# updating, and installing certificates. This account will have the following
# (fairly minimal) permissions:
# - Host files at http://EXAMPLE.com/.well-known/acme-challenge
@wilhelmy
wilhelmy / dirlist.xslt
Last active December 9, 2024 13:24
make nginx dirlistings look like lighttpd's through the magic of xslt-transforming xml dirlistings. I don't even.
<?xml version="1.0"?>
<!--
dirlist.xslt - transform nginx's into lighttpd look-alike dirlistings
I'm currently switching over completely from lighttpd to nginx. If you come
up with a prettier stylesheet or other improvements, please tell me :)
-->
<!--
Copyright (c) 2016 by Moritz Wilhelmy <[email protected]>
@Greg-Boggs
Greg-Boggs / wordpress.vcl
Last active June 19, 2021 01:31 — forked from matthewjackowski/wordpress.vcl
Varnish 4 VCL configuration for WordPress. Also allows purging
#
# This is an example VCL file for Varnish.
#
# It does not do anything by default, delegating control to the
# builtin VCL. The builtin VCL is called when there is no explicit
# return statement.
#
# See the VCL chapters in the Users Guide at https://www.varnish-cache.org/docs/
# and http://varnish-cache.org/trac/wiki/VCLExamples for more examples.