Difference between revisions of "New Member"
(+Contribute) |
(+Wiki) |
||
Line 1: | Line 1: | ||
+ | = LDAP = | ||
+ | ''more information: [[LDAP]]'' | ||
+ | |||
+ | Most of our services use a central authentication system. You should have received credentials when you became a member from an admin. You can change your credentials if you log into the [[userbox]] and execute <code>passwd</code> | ||
+ | |||
+ | = Wiki = | ||
+ | |||
+ | you can log into this wiki with your [[LDAP]]-credentials. Please create a userpage for yourself. | ||
= VPN = | = VPN = | ||
Line 8: | Line 16: | ||
# create a new certificate on [https://ovpn.zom.bi ovpn.zom.bi] and copy it to /etc/openvpn/ using <syntaxhighlight lang="bash">sudo cp config.ovpn /etc/openvpn/client/</syntaxhighlight> | # create a new certificate on [https://ovpn.zom.bi ovpn.zom.bi] and copy it to /etc/openvpn/ using <syntaxhighlight lang="bash">sudo cp config.ovpn /etc/openvpn/client/</syntaxhighlight> | ||
# run OpenVPN, e.g. running <code>sudo openvpn --config /etc/openvpn/client/config.ovpn</code> | # run OpenVPN, e.g. running <code>sudo openvpn --config /etc/openvpn/client/config.ovpn</code> | ||
− | |||
− | |||
− | |||
= Own Webspace = | = Own Webspace = | ||
You have your own webspace on zombi, that's being served at ''https://user.zom.bi/<USERNAME>'' | You have your own webspace on zombi, that's being served at ''https://user.zom.bi/<USERNAME>'' |
Revision as of 20:56, 20 March 2021
Contents
LDAP
more information: LDAP
Most of our services use a central authentication system. You should have received credentials when you became a member from an admin. You can change your credentials if you log into the userbox and execute passwd
Wiki
you can log into this wiki with your LDAP-credentials. Please create a userpage for yourself.
VPN
Linux
more information: OpenVPN
- install openvpn
- on Debian and Debian-based distributions (Ubuntu, Mint, Trisquel, etc.) this can be done with
apt install openvpn
- on Debian and Debian-based distributions (Ubuntu, Mint, Trisquel, etc.) this can be done with
- create a new certificate on ovpn.zom.bi and copy it to /etc/openvpn/ using
sudo cp config.ovpn /etc/openvpn/client/
- run OpenVPN, e.g. running
sudo openvpn --config /etc/openvpn/client/config.ovpn
Own Webspace
You have your own webspace on zombi, that's being served at https://user.zom.bi/<USERNAME>
Files that you place at ~/Public
on the userbox will be served at that location.
more information: Mail
You can use your zombi Mail either via webmail or with the mail client of your choice. You can login with your LDAP-Credentials. Those are the configuration parameters:
IMAP-Server | mail.zom.bi
|
SMTP-Server | mail.zom.bi
|
Security | SSL/TLS |
Authentication | Plain |
Adress | your E-mail Adress |
Login | LDAP-Username |
Password | LDAP-Password |
XMPP
Your JID is <ldap-username>@zom.bi and your Password is your LDAP-Password. Feel free to join our mucs zombi@conference.zom.bi
and zombi-intern@conference.zom.bi
Contribute
Browse through the projects in Gitea and contribute to them or create your own projects. You can always create a ticket in redmine if you need support or spotted a problem you can't solve on the fly.