{"id":16542815,"url":"https://github.com/binhex/arch-nicotineplus","last_synced_at":"2025-10-28T15:30:58.742Z","repository":{"id":243253763,"uuid":"811879897","full_name":"binhex/arch-nicotineplus","owner":"binhex","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-27T16:33:24.000Z","size":29,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T15:40:59.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binhex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-07T13:46:38.000Z","updated_at":"2024-10-11T21:11:40.000Z","dependencies_parsed_at":"2024-06-07T16:38:59.576Z","dependency_job_id":"8905b1de-57f3-467b-84db-1921b6435e5f","html_url":"https://github.com/binhex/arch-nicotineplus","commit_stats":null,"previous_names":["binhex/arch-nicotineplus"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-nicotineplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-nicotineplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-nicotineplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-nicotineplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-nicotineplus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238672064,"owners_count":19511202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T18:58:36.532Z","updated_at":"2025-10-28T15:30:58.737Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"# Application\n\n[Nicotine+](https://nicotine-plus.org/)\n\n## Description\n\nNicotine+ is a graphical client for the Soulseek peer-to-peer network.\nNicotine+ aims to be a lightweight, pleasant, free and open source (FOSS)\nalternative to the official Soulseek client, while also providing a\ncomprehensive set of features.\nNicotine+ is written in Python and uses GTK for its graphical user interface.\n\n## Build notes\n\nLatest stable Nicotine+ release from Arch Linux.\n\n## Usage\n\n```bash\ndocker run -d \\\n    -p 5900:5900 \\\n    -p 6080:6080 \\\n    --name=\u003ccontainer name\u003e \\\n    --privileged=true \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e GLUETUN_INCOMING_PORT=\u003cyes|no\u003e \\\n    -e HTTPS_CERT_PATH=\u003cpath to cert file\u003e \\\n    -e HTTPS_KEY_PATH=\u003cpath to key file\u003e \\\n    -e WEBPAGE_TITLE=\u003cname shown in browser tab\u003e \\\n    -e VNC_PASSWORD=\u003cpassword for web ui\u003e \\\n    -e ENABLE_STARTUP_SCRIPTS=\u003cyes|no\u003e \\\n    -e HEALTHCHECK_COMMAND=\u003ccommand\u003e \\\n    -e HEALTHCHECK_ACTION=\u003caction\u003e \\\n    -e HEALTHCHECK_HOSTNAME=\u003chostname\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-nicotineplus\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the\ncorrect values.\n\n## Example\n\n```bash\ndocker run -d \\\n    -p 5900:5900 \\\n    -p 6080:6080 \\\n    --name=nicotineplus \\\n    --privileged=true \\\n    -v /apps/docker/nicotineplus:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e GLUETUN_INCOMING_PORT=no \\\n    -e WEBPAGE_TITLE=Nicotine \\\n    -e VNC_PASSWORD=mypassword \\\n    -e ENABLE_STARTUP_SCRIPTS=yes \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-nicotineplus\n```\n\nIf you do specify a password for the web ui via the env var 'VNC_PASSWORD'\nthen it MUST be 6 characters or longer, otherwise it will be ignored.\n\n## Access via web interface (noVNC)\n\n`http://\u003chost ip\u003e:\u003chost port\u003e/vnc.html?resize=remote\u0026host=\u003chost ip\u003e\u0026port=\u003chost\nport\u003e\u0026\u0026autoconnect=1`\n\ne.g.:-\n\n`http://192.168.1.10:6080/vnc.html?resize=remote\u0026host=192.168.1.10\u0026port=6080\u0026\u0026autoconnect=1`\n\n## Access via VNC client\n\n`\u003chost ip\u003e::\u003chost port\u003e`\n\ne.g.:-\n\n`192.168.1.10::5900`\n\n## Notes\n\n`ENABLE_STARTUP_SCRIPTS` when set to `yes` will allow a user to install\nadditional packages from the official Arch Repository or the Arch User\nRepository (AUR) via scripts located in the folder `/config/home/scripts/`.\nA sample script is located at `/config/home/scripts/example-startup-script.sh`\nwith comments to guide the user on script creation.\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following\ncommand for the user you want to run the container as:-\n\n```bash\nid \u003cusername\u003e\n```\n\n___\n\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.nets/topic/71764-support-binhex-makemkv/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-nicotineplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-nicotineplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-nicotineplus/lists"}