Initial commit: Nicotine-Less Docker container
All checks were successful
Build and Push Docker Image / check-version (push) Successful in 3s
Build and Push Docker Image / create-manifest (push) Has been skipped
Build and Push Docker Image / build (linux/amd64, linux-amd64) (push) Has been skipped

A containerized Nicotine+ (Soulseek client) with noVNC web interface.

Features:
- Web-based VNC access with dynamic screen resizing
- Firefox ESR browser included for port testing
- Multi-architecture support (amd64, arm64)
- Automated builds when Nicotine+ releases new versions
- Mirrored Alpine base image to avoid Docker Hub rate limiting

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-19 20:09:10 +02:00
commit 9802d6cdcf
11 changed files with 590 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=vnc.html?autoconnect=true&resize=remote&reconnect=true">
<title>Nicotine+ noVNC</title>
</head>
<body>
<p>Redirecting to noVNC with remote resize enabled...</p>
<p>If not redirected automatically, <a href="vnc.html?autoconnect=true&resize=local">click here</a>.</p>
</body>
</html>