adding projects for gluetun, lidar notes, navidrome, nicotine and qtorrent changes, also updating the homelab infra doc
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m49s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m49s
This commit is contained in:
29
projects/nicotine/index.md
Normal file
29
projects/nicotine/index.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: Nicotine+
|
||||
description: Soulseek client
|
||||
showHero: false
|
||||
author: wompmacho
|
||||
date: '2026-04-28'
|
||||
lastmod: '2026-04-28'
|
||||
tags: ['soulseek', 'music', 'downloads', 'p2p']
|
||||
---
|
||||
|
||||
## What is Nicotine+?
|
||||
|
||||
`Nicotine+` is a graphical client for the Soulseek peer-to-peer network. It's a great way to find high-quality music files and share your own collection with others.
|
||||
|
||||
## Docker Compose Example
|
||||
|
||||
```yaml
|
||||
{{% include "/srv/configs/docker_compose/nicotine/docker-compose.yaml" %}}
|
||||
```
|
||||
|
||||
## VPN Integration
|
||||
|
||||
Like qBittorrent, I route Nicotine+ through Gluetun to ensure all p2p traffic is encrypted and protected by a killswitch.
|
||||
|
||||
```yaml
|
||||
network_mode: "container:gluetun"
|
||||
```
|
||||
|
||||
Remember to map the necessary ports in your Gluetun configuration if you want to be "connectable" on the Soulseek network.
|
||||
Reference in New Issue
Block a user