{"id":16369732,"url":"https://github.com/dcsunset/docker-i3-arch-vnc","last_synced_at":"2025-03-23T02:33:58.921Z","repository":{"id":98895257,"uuid":"299860815","full_name":"DCsunset/docker-i3-arch-vnc","owner":"DCsunset","description":"A minimum docker image of Arch Linux with i3wm and VNC support.","archived":false,"fork":false,"pushed_at":"2023-12-21T14:57:49.000Z","size":15,"stargazers_count":18,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-12T02:56:06.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DCsunset.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}},"created_at":"2020-09-30T08:47:47.000Z","updated_at":"2024-05-02T11:29:35.000Z","dependencies_parsed_at":"2023-12-21T16:42:49.176Z","dependency_job_id":"7ffff49d-68e3-423c-ae8a-c9b819a6bba7","html_url":"https://github.com/DCsunset/docker-i3-arch-vnc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fdocker-i3-arch-vnc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fdocker-i3-arch-vnc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fdocker-i3-arch-vnc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fdocker-i3-arch-vnc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DCsunset","download_url":"https://codeload.github.com/DCsunset/docker-i3-arch-vnc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221843014,"owners_count":16890249,"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-11T02:56:09.488Z","updated_at":"2024-10-28T14:47:37.543Z","avatar_url":"https://github.com/DCsunset.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-i3-arch-vnc\n\n[![Docker Image Size](https://badgen.net/docker/size/dcsunset/i3-arch-vnc)](https://hub.docker.com/r/dcsunset/i3-arch-vnc)\n\nA minimum docker image of Arch Linux with i3wm and VNC support.\n\n\n## Pull image\n\n```\ndocker pull dcsunset/i3-arch-vnc\n```\n\n## Usage\n\nSimple usage:\n\n```\ndocker run -d --name i3-arch-vnc -p 5900:5900 -p 6080:6080 -e VNC_PASSWD=password -e USERNAME=arch dcsunset/i3-arch-vnc\n```\n\nOn the first startup, this image will install the i3 related packages.\nYou may need to wait a few minutes after creating the container.\nThis approach ensures that the base image is minimum.\n\nThen visit \u003chttp://localhost:6080\u003e to visit noVNC UI.\nOr you can use a different VNC client (like TigerVNC client)\nand connect to localhost:5900.\n\nIf `VNC_PASSWD` is not set,\nthe security type of tigervnc should be set to None in `/root/.vnc/config`,\nit is **insecure** when exposing the container directly to the Internet.\n\nIf `USERNAME` is not set,\nit will use root as the default user.\nNo password is set by default for the user.\nYou should change it after first login.\n\nBy default, noVNC will be installed and run.\nSet `DISABLE_NOVNC` to `true` to disable it.\n\n## Exposed ports\n\n* 5900: Used for VNC interface\n* 6080: Used for noVNC Web UI (if noVNC is enabled)\n\n## Customization\n\nThe VNC config can be changed by mounting the config file at\n`/root/.vnc/config`.\nBy default, the config file is empty.\n\nBesides, `init.sh` and `start.sh` can be customized as well.\n\n## Installed applications\n\n* tigervnc\n* noVNC (if noVNC is enabled)\n* wget\n* alacritty (a terminal emulator)\n\n## Build\n\n```\ndocker build -t i3-arch-vnc .\n```\n\n\n## FAQ\n\n### Scaling\n\nBy default, noVNC's scaling mode is set to None.\nIt can be changed in the noVNC panel easily.\n\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fdocker-i3-arch-vnc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcsunset%2Fdocker-i3-arch-vnc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fdocker-i3-arch-vnc/lists"}