Diaspora Pod
Get your own Diaspora Pod running on openSuse 11.4
For more information check /home/tux/README
The diaspora folder is a git repo to make it easy to stay up to date with the newest code. It is located under /home/tux
It is running on thin.
For more details about the installation look at this link: https://github.com/diaspora/diaspora/wiki/Installing-and-Running-Diaspora
Download
Media
USB & disk image
This is an image of your disk, ready to be written to either a USB drive or your hard disk. When written, it will erase all data on a disk. During the first boot, your partition will bee automatically resized to fill available space.
ISO image
Burn this ISO file to a DVD (or CD, if the space allows), and you'll be able to boot directly from the disc.
Preload ISO
A bootable ISO containing the appliance disk image. Boots into a simple graphical environment and prompts for confirmation before writing the image onto the hard drive. Useful for performing automated system installs/preloads.
Warning: Overwrites all data on the target hard drive.
Virtual
Open Virtualization Format (OVF)
The OVF format is an open standard for packaging and distributing virtual appliances. It is not tied to any particular hypervisor or system architecture.
VMware / VirtualBox / KVM image
Whether you use VMware, VirtualBox, or KVM, this vmdk is a ready-to-use virtual appliance.
Xen guest image
This Xen guest image is ready to run on a Xen hypervisor host.
Release notes
updated code
beta version
Technical Details
Appliance configuration
Accounts
| User | Password |
|---|---|
| root | linux |
| tux | linux |
Basic settings
| Keyboard: | english-us |
|---|---|
| Time zone: | Europe/Berlin |
| Language: | en_US.UTF-8 |
| Network: | dhcp |
| Firewall: | enabled |
Software
2 patterns, 310 packagesView package list…
Security summary
-
Includes the following unofficial sources:
-
No custom software packages were uploaded.
-
A boot script is included.

You need to sign in to comment
Everyone's comments
Good idea! Please be sure to maintain this, maybe I could help get the word out… so long as development is kept active.
is it just enough os?
no gui , how to get to any directory ?
is there a default username and pw?
Been familiar with Diaspora since Kickstart.
Props on providing an easy avenue for test drives!
Agreed!
For me it also doesent boot! I now a better os: PeterOS!! I think it is the best
I used the testdrive. I cannot get it to boot up. >:(
ive been monitoring it in the past few days and it works for me. any chance you want to try again?
this is awesome! the easiest way to try diaspora!
There is a security issue with this appliance, because diaspora doesn’t have authentication support for mongodb yet. The appliance uses a mongodb which is accessible from the world – if you don’t start it with —bind_ip localhost the world can read the database. Use the package from https://build.opensuse.org/package/show?package=mongodb&project=home%3Agladiac%3Aserver and disable —auth in /etc/sysconfig/mongodb.
Moreover, editing /etc/redis.conf and setting bind 127.0.0.1 would be good too :D
(courtesy of “gladiac”, author of the mongodb package – from the diaspora channel)
thanks for your concern but mongod is started with —bind_ip 127.0.0.1
for more info look into /home/tux/start_mongo.sh