Skip to content

Instantly share code, notes, and snippets.

Frequently Asked Questions
Q: I have a Windows / Mac OS X / Linux Machine, what do I need to do to configure it for Remoter?
A:
See the setup guide here: http://setup.remoterlabs.com
Mac OS X Snow Leopard and Lion come pre-installed with a VNC server, set up is very simple. For Windows, and Linux, you will need to install a 3rd Party VNC server (of which there are very good ones available). Please refer to the guides found in the forum for detailed instructions.
Quick links:
[box]
Remoter (both the iOS and Mac versions) can be started from another applications, or from a website by using a simple URL scheme system.
 
The URL scheme is of the following form:
schemename://user[:pass]@server[:port][/?key1=value&key2=value2…keyn=valuen]
@rafcabezas
rafcabezas / docker-compose.yml
Last active March 12, 2020 04:29
owncloud docker-compose openvpn compatible
version: '2.1'
volumes:
files:
driver: local
mysql:
driver: local
backup:
driver: local
redis: