Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
eole-wol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
primtux-eole
Grenoble
eole-wol
Commits
14c4e853
Verified
Commit
14c4e853
authored
6 years ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Add xrdp to postinstall on reseau
parent
a5018538
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
postinstall_reseau.sh
+6
-1
6 additions, 1 deletion
postinstall_reseau.sh
wol/xrdp.ini
+32
-0
32 additions, 0 deletions
wol/xrdp.ini
with
38 additions
and
1 deletion
postinstall_reseau.sh
+
6
−
1
View file @
14c4e853
...
...
@@ -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
This diff is collapsed.
Click to expand it.
wol/xrdp.ini
0 → 100644
+
32
−
0
View file @
14c4e853
[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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment