PublicServer

From OO Lab
(Difference between revisions)
Jump to: navigation, search
 

Latest revision as of 18:37, 23 July 2013

This is a document about a real, public server hosting a TalkStyle server.

Most components are same as ServerBasics, except that account names are different.

The following information is VERY SENSITIVE, DO NOT LEAK to others.

Contents

[edit] SSH account

You must use SSH RSA key to login. Please contect admin for more information.

[edit] MySQL account

root password: CloudView1!2@

[edit] HTTP server

I(wcpan)'ve wrote a configration to run website on lighttpd:

/etc/lighttpd/conf-available/60-website.conf

$HTTP["host"] == "www.talkstyle.com" {
    fastcgi.server += (
        "/" => ((
            "socket" => "/var/lib/django/run/website.socket",
            "check-local" => "disable",
            "fix-root-scriptname" => "enable",
        )),
    )
}

Then you can use lighttpd-enable-mod to enable this config.

All TalkStyle resources (e.g.: place icon) is placed in /var/www/resource, which is link to /srv/ftp/root/www

[edit] Openfire

[edit] FTP

Some TalkStyle resource must download by FTP, here is some account:

Media Download: account: media password: media

Update Download: account: update password: update

If you want to upload files, please use SFTP.

[edit] Unknown Passwords

These information were placed in git repo, but I really can't remember what's these ...

LNF

account : root 
password : CloudView1!2@

read only account : media / media

LND

account : root
password : 1234qwer
Personal tools