Rainy
Rainy copied to clipboard
Simple Tomboy/Tomdroid cloud/syncing server. Written in C# with AngularJS web frontend. Supports SQLite & Postgres Backends.
I wan to deploy it on open-shift as it only requires mono & sqlite. Is it possible? If it can be done, can you create a new git repository with...
When I enter a three-character username (say, perhaps, "twm"), the submit button is disabled, but no validation error is shown when I blur the field. This is confusing, as there...
The login page displayed when entering the OAuth flow looks silly in a mobile browser: the content of the page is tiny, in the upper-left corner of the screen. It...
There is no way to see what the problem was when sync fails. In the instance I ran into, my laptop had dropped its wireless connection, but there was no...
When I add text after a bullet list, the first blank line is lost. It looks fine in the web editor, but on tomboy and tomdroid the text is appended...
Links to other notes are not shown as links and they do not function as links. Also, there is no way to create a link.
Enviroment: Ubuntu 12.04, Firefox 25.0.1 (32-bit). HTR: 1. Go to Your rainy server. 2. Log in. Firefox will prompt about password saving. 3. Log out. 4. Go to Your rainy...
Generally, when using HTTPS the port is 443. So if we are using the port in the range of 8080 it should be 8443.
local copy of the markdown doc files could be helpfull, include them in every release.
for example: install: pack @echo "Installing Components..." mkdir -p /usr/share/rainy sed -n s/.\/data\//\/usr\/share\/rainy\//g $(RELEASEDIR)/settings.conf cp $(RELEASEDIR)/settings.conf /etc/rainy.conf cp $(RELEASEDIR)/$(PACKED_EXE) /usr/sbin/Rainy.exe cp Rainy/rainy /etc/init.d/rainy chmod 755 /etc/init.d/rainy update-rc.d rainy defaults @echo...