I just installed Soks on a Solaris system.
As per the administration page, I modifed start.rb to point to my server:
server = WEBrick::HTTPServer.new(:Port => 8000 )
view = View.new( wiki, "http://pubhost:8000", "#{root_directory}/views" )
^^^^^
But when viewing pages, the top four sidebar links (home page, site index, known bugs, and recent changes) go to localhost addresses, instead of to pubhost. So they fail when viewed externally.
The other links correctly go to pubhost addresses, and they work when viewed externally.
Additional Note: When I edited the sidebar page, it showed normal links; for example: [ [ Home Page ] ] So whatever is going on is happening in the link generation process.
Edit this page or
watch for changes using RSS.