Home

This is the home of several open source projects I maintain.
  • Nephthys - a file sharing tool for WebDAV and FTP
  • phpfspot - a dynamic online gallery for F-Spot
  • MasterShaper - a traffic shaper GUI for Linux

The NetShadow server story

All webserver names base on characters of "Masters of the Universe" - probably more known as "He-man".

  1. skeletor - Apache, SVN-Repository, FTP-Server, ... gofer
  2. orko - MySQL, IMAP, Sendmail ... quiet powerful
  3. stratos - replaced skeletor

Nice and helpful pages:

Helpful git commands:

Create a tag

git tag -s -m "phpfspot 1.4 public release" phpfspot-1.4

Create a release-pack

git archive --format=tar -v --prefix=phpfspot-1.4/ phpfspot-1.4 > phpfspot-1.4.tar

Push a change directly into a remote-branch

git push orko:/var/www/htdocs/ master:refs/heads/cleanup

Add a tracking branch

git remote add contrib http://xxx.net/git/phpfspot/.git/
git fetch contrib
git branch --track contrib contrib/master

svn2git worked best for me with

  1. Put ".hidden" files in all empty directories in the SVN repository, since GIT (in fact 'patch') does not take care of empty directories and commit them.
  2. git-svn clone -A authors.txt -T trunk file:///var/lib/svn/phpfspot/
  3. Clone git-repo elsewhere, then recloned back with --bare to /var/cache/git

Latest news

Nephthys: avoid read/write access to ftp-root directory
The example proftpd.conf provided read/write access to the ftp-root directory
Added by Andreas Unterkircher 6 days ago

Nephthys: Nephthys 1.4
Minor feature enhancements and bugfixes are bundled in this release.
Added by Andreas Unterkircher 13 days ago

Nephthys: Nephthys 1.3
The next public release of Nephthys is available containing a bunch of new features.
Added by Andreas Unterkircher 41 days ago

Nephthys: Nephthys 1.2
The new release lights up with multi-language support and some bugfixes.
Added by Andreas Unterkircher 111 days ago

Nephthys: Nephthys 1.2 release delayed
Added by Andreas Unterkircher 112 days ago

View all news

Latest projects

  • Nephthys (06/21/2008 10:24 AM)

    Nephthys provides a web-interface to easily allow file sharing via WebDAV and FTP. The web-interface is designed to be very simple and not overloaded with features so that hopefully everybody is able to use it.

    Nephthys is multi-lingual (English, German, Russian, Italian, ...) and can be translated into further languages as well.

  • MasterShaper (06/21/2008 10:21 AM)

    Web-based traffic shaping management for Linux.

  • phpfspot (06/21/2008 09:19 AM)

    phpfspot bring's you F-Spot album online. This php-based application handles the sqlite3 database of F-Spot and displays it's photos, tags, EXIF informations (JPEG), ...

    Features

    • publish your F-Spot photo album in the web
    • AJAX-based web-interface