Skip to content
Snippets Groups Projects
Verified Commit 14c4e853 authored by David Beniamine's avatar David Beniamine
Browse files

Add xrdp to postinstall on reseau

parent a5018538
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,12 @@ DIR=$(dirname $0)
cd /var/www
apt-eole update
apt-eole install git
apt-eole install \
git \
xrdp
git clone https://gitlab.tetras-libre.fr/tetras-libre/eole-wol
chown -R www-data:www-data eole-wol/wol/www
mkdir -p /etc/xrdp
cp /var/www/eole-wol/wol/xrdp.ini /etc/xrdp
[globals]
bitmap_cache=yes
bitmap_compression=yes
port=3389
crypt_level=low
channel_code=1
max_bpp=8
#black=000000
#grey=d6d3ce
#dark_grey=808080
#blue=08246b
#dark_blue=08246b
#white=ffffff
#red=ff0000
#green=00ff00
#background=000000
[VNC]
name=VNC
lib=libvnc.so
ip=ask
port=5900
username=na
password=ask
xserverbpp=8
[RDP]
name=RDP
lib=librdp.so
ip=ask
port=3389
xserverbpp=8
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment