Skip to content

Instantly share code, notes, and snippets.

View spiritphyz's full-sized avatar
🔥

Tony Le spiritphyz

🔥
View GitHub Profile
@spiritphyz
spiritphyz / synclounge-selfhosted-nodocker.md
Last active April 11, 2020 20:07 — forked from joecot/synclounge-selfhosted-nodocker.md
Synclounge Selfhosted Without Docker

Self Hosted SyncLounge (without Docker)

This is a quick howto for self-hosting SyncLounge, a useful tool for hosting watch parties for your Plex server.

If you just want to host a plex party, you can use the public synclounge.tv server. If you want to use Docker instead of mucking about with Node, the SyncLounge readme describes it. This is for running the NodeJS yourself.

You don't need programming experience to set SyncLounge up, but without a passable experience configuring linux, you're probably better off using synclounge.tv instead.

Server Pre-Reqs

  • linux These docs assume a debian/ubuntu distro, but it should be easy enough to install packages on the distro of your choice. nodejs should run on Windows, and feel free to write a different guide for that.
@spiritphyz
spiritphyz / veeva.js
Created June 8, 2017 18:22 — forked from pfeilbr/veeva.js
Veeva API helper library
// Veeva API helper library
// dependencies: async
// Brian Pfeil - 2012-03-01 - init
(function() {
window.veeva = {
getRandomFunctionName: function() {
var randomNumber = Math.floor(Math.random() * (new Date()).getTime());
var millisecondsSinceEpoch = (new Date().getTime());