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>
6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Avvia Nicotine+ automaticamente
|
|
sleep 2
|
|
nicotine &
|