Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docker build script for Arch Linux base with Teamspeak

License

NotificationsYou must be signed in to change notification settings

binhex/arch-hexchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexChat

Description

HexChat is an IRC client based on XChat, but unlike XChat it’s completely freefor both Windows and Unix-like systems. Since XChat is open source, it’sperfectly legal. For more info. HexChat was originally called XChat-WDK which inturn was a successor of freakschat.

Build notes

Latest stable HexChat release from Arch Linux.

Usage

docker run -d \    -p 5900:5900 \    -p 6080:6080 \    --name=<container name> \    --privileged=true \    -v<pathfor config files>:/config \    -v /etc/localtime:/etc/localtime:ro \    -e HTTPS_CERT_PATH=<path to cert file> \    -e HTTPS_KEY_PATH=<path to key file> \    -e WEBPAGE_TITLE=<name shownin browser tab> \    -e VNC_PASSWORD=<passwordfor web ui> \    -e ENABLE_STARTUP_SCRIPTS=<yes|no> \    -e UMASK=<umaskfor created files> \    -e PUID=<uidfor user> \    -e PGID=<gidfor user> \    binhex/arch-hexchat

Please replace all user variables in the above command defined by <> with thecorrect values.

Example

docker run -d \    -p 5900:5900 \    -p 6080:6080 \    --name=hexchat \    --privileged=true \    -v /apps/docker/hexchat:/config \    -v /etc/localtime:/etc/localtime:ro \    -e WEBPAGE_TITLE=Tower \    -e VNC_PASSWORD=mypassword \    -e ENABLE_STARTUP_SCRIPTS=yes \    -e UMASK=000 \    -e PUID=0 \    -e PGID=0 \    binhex/arch-hexchat

If you do specify a password for the web ui via the env var 'VNC_PASSWORD' thenit MUST be 6 characters or longer, otherwise it will be ignored.

Access via web interface (noVNC)

http://<host ip>:<host port>/vnc.html?resize=remote&host=<host ip>&port=<host port>&&autoconnect=1

e.g.:-

http://192.168.1.10:6080/vnc.html?resize=remote&host=192.168.1.10&port=6080&&autoconnect=1

Access via VNC client

<host ip>::<host port>

e.g.:-

192.168.1.10::5900

Notes

ENABLE_STARTUP_SCRIPTS when set toyes will allow a user to installadditional packages from the official Arch Repository or the Arch UserRepository (AUR) via scripts located in the folder/config/home/scripts/. Asample script is located at/config/home/scripts/example-startup-script.shwith comments to guide the user on script creation.

User ID (PUID) and Group ID (PGID) can be found by issuing the following commandfor the user you want to run the container as:-

id<username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation |Support forum

About

Docker build script for Arch Linux base with Teamspeak

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

[8]ページ先頭

©2009-2025 Movatter.jp