Code Monkey home page Code Monkey logo

railroad's Introduction

railroad

Journey

Really, really easy, individual-oriented I2P blogging with a low barrier to entry formerly based on kabukky/journey, now completely forked.

The first time you run Railroad you'll need to set a password, then re-start the application. You can do this by visiting the WebView(via the traymenu) or by visiting http://localhost:7672/admin/login.

Enable the SAM API: Go to http://127.0.0.1:7657/configclients. Find the menu item called "SAM application bridge." Select "Run at Startup" and press the small arrow to the right of the text.

  • Easy: Markdown-based blogging with Side-by-Side WYSIWYG output for your blog's content. Edit live with a rich, intuitive interface.
  • Low barrier to Entry: Run on a desktop PC with any operating system. When it's running, it shows up as an application in your system tray.
  • Individual-oriented: Host it anywhere you can install an I2P router, no third-party hosting required. No complicated server setup.

Windows Users: On Windows this application depends on the presence of WebView2 libraries. If they aren't present, the application will attempt to automatically download and install them. This is normal. If you do not want the application to do it, then you should do it yourself: https://developer.microsoft.com/en-us/microsoft-edge/webview2/.

Get it:

Menu

The first time you run railroad you'll need to set up an account. Go to http://localhost:7672/admin/login/ and fill in your username and password. Restart the plugin and your site will become available.

OSX Builds

I have no idea if these will work:

build from source

Editing a post

    go get -u i2pgit.org/idk/railroad

build a 'package'

If your GOPATH is unset, set it to $HOME/go

    export GOPATH=$HOME/go

If your $GOPATH is set, leave it as-is.

    mkdir -p $GOPATH/src/i2pgit.org/idk/railroad
    git clone https://i2pgit.org/idk/railroad \
      $GOPATH/src/i2pgit.org/idk/railroad
    cd $GOPATH/src/i2pgit.org/idk/railroad
    make releases

install a package

Enable the SAM API: Go to http://127.0.0.1:7657/configclients. Find the menu item called "SAM application bridge." Select "Run at Startup" and press the small arrow to the right of the text.

SAM API Screenshot

Download the package for your platform, zip for Windows, tar.gz for Linux. Unzip the package and double-click the railroad.exe file for Windows or the railroad file for Linux.

build your own deb

Using checkinstall to generate a deb is done for you:

    mkdir -p $GOPATH/src/i2pgit.org/idk/railroad
    git clone https://i2pgit.org/idk/railroad \
      $GOPATH/src/i2pgit.org/idk/railroad
    cd $GOPATH/src/i2pgit.org/idk/railroad
    make checkinstall
    sudo apt-get install ./i2p-railroad_0.0.01-1_amd64.deb

will set up railroad on Debian and Ubuntu for your system.

install using make install

When using make install a wrapper script is installed to set up railroad in the user's $HOME/.config/railroad directory. It's installed to /usr/local/bin/railroad.

    mkdir -p $GOPATH/src/i2pgit.org/idk/railroad
    git clone https://i2pgit.org/idk/railroad \
      $GOPATH/src/i2pgit.org/idk/railroad
    cd $GOPATH/src/i2pgit.org/idk/railroad
    sudo make install

railroad's People

Contributors

eyedeekay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

railroad's Issues

Request: Information on/Ability to put files in a root location and serve them

Not entirely sure how to word this, but here it goes.

If I put a file, such as gpg.txt in the root / I can't access it. If there is a way to access this (maybe this is user error), I would like information on it. If this requires some change in the software, then I request this change so that files can be served directly.

Some use cases:

  • gpg.txt containing pubkey
  • hosts.txt containing hosts
  • qrcode.png containing some qrcode

accessed via http://somethingsomething.i2p/gpg.txt for example

UX Feedback

Using on a Mac

Unable to add a photo to a blog post from either the option by the title or from the settings to add a cover. Tried PNG and JPEG. No reason is present in error dialogue for why it is failing.

Screen Shot 2021-06-28 at 1 52 09 PM

I have the admin panel still open from my last session, and restarted railroad. When I chose "edit blog" from the menu in the toolbar, I got a blank screen. I also got this when I opened the ui from the file itself

Screen Shot 2021-06-28 at 2 07 34 PM

Publishing yes/ no option : choosing the "publish" button toggles between the two options, but how do I publish? When I see the Yes option, I click on it to confirm my choice, but that just toggles back to NO. My blog post appears to have not been published even by choosing Yes, but I also wonder if there has been a disconnect between restarting railroad and and using the same admin window from the last session?

Screen Shot 2021-06-28 at 2 16 01 PM

These options appear in the post editing section , but the ? does not have a tool tip or respond when clicked.

Screen Shot 2021-06-28 at 2 12 39 PM

It is not clear how to remove or edit any of these social options. I would assume it to be in the settings, but it is not?

Screen Shot 2021-06-28 at 2 30 13 PM

refreshing the admin window resulted in being logged out, and when i tried to log back in resulted in an loop of failed attempts:
Screen Shot 2021-06-28 at 2 35 12 PM

I stopped railroad and restarted it - was still given a blank admin , and when I went to the bookmarked admin page, I was again unable to log in.
I am now unable to access my blog at all.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.