update license info and description

This commit is contained in:
2015-07-07 16:15:27 +03:00
parent 842b115dd0
commit f468511f4f
2 changed files with 42 additions and 33 deletions

View File

@@ -1,27 +1,27 @@
## DOMAIN ## DOMAIN
Domain: SEDDOMAIN Domain: SEDDOMAIN
IP-Adresse: SEDIP IP Address: SEDIP
## WEBPANEL ## WEBPANEL
https://uberspace.de/login https://uberspace.de/login
User: SEDUSER User: SEDUSER
Pass: SEDSSHPASS Pass: SEDSSHPASS
## SSH ## SSH
Server: SEDHOSTNAME Server: SEDHOSTNAME
User: SEDUSER User: SEDUSER
Pass: SEDSSHPASS Pass: SEDSSHPASS
## SFTP ## SFTP
Server: SEDHOSTNAME Server: SEDHOSTNAME
User: SEDUSER User: SEDUSER
Pass: SEDSSHPASS Pass: SEDSSHPASS
## MYSQL ## MYSQL
Host: localhost Host: localhost
DB: SEDUSER DB: SEDUSER
User: SEDUSER User: SEDUSER
Pass: SEDMYSQLPASS Pass: SEDMYSQLPASS
## WORDPRESS ## WORDPRESS
@@ -30,23 +30,23 @@ Pass: SEDMYSQLPASS
Webmail: webmail.SEDDOMAIN Webmail: webmail.SEDDOMAIN
# Empfangen # Receive
Typ: IMAP Typ: IMAP
Server: SEDDOMAIN Server: SEDDOMAIN
Port: 143 Port: 143
STARTTLS / Passwort, normal STARTTLS / Password, normal
# Senden # Send
Typ: SMTP Typ: SMTP
Server: SEDDOMAIN Server: SEDDOMAIN
Port: 587 Port: 587
STARTTLS / Passwort, normal STARTTLS / Password, normal
SMTP-Server erfordert Authentifizierung SMTP server requires authentication
User: User:
Pass: Pass:
User: User:
Pass: Pass:

View File

@@ -1,6 +1,7 @@
# uber-standardsetup.sh #!/bin/bash
# ########################################################################
# Copyright (C) 2015 Max Mehl <mail@mehl.mx> # Copyright (C) 2014 Max Mehl <mail@mehl.mx>
########################################################################
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -15,7 +16,15 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
#!/bin/bash ########################################################################
#
# This script enables users to quickly setup a new Uberspace.de host
# with domains, symlinks etc.
# Afterwards it creates a handy datasheet (which was the main reason for
# writing this script)
#
########################################################################
SERVER=$(echo $HOSTNAME | sed -e 's/.uberspace.de//g') SERVER=$(echo $HOSTNAME | sed -e 's/.uberspace.de//g')
VIRTUAL=/var/www/virtual/$USER VIRTUAL=/var/www/virtual/$USER