Skip to content

Instantly share code, notes, and snippets.

View ralyodio's full-sized avatar

ralyodio

  • Los Gatos, CA
View GitHub Profile
<?php
if (PHP_VERSION_ID < 50400) {
die("Gazelle requires PHP 5.4 or later to function properly");
}
date_default_timezone_set('UTC');
// Main settings
define('SITE_NAME', 'Orpheus Dev'); //The name of your site
define('NONSSL_SITE_URL', 'localhost:8080'); //The FQDN of your site
define('SSL_SITE_URL', 'localhost:8080'); //The FQDN of your site, make this different if you are using a subdomain for ssl
# Security
#
# Set these to strong passwords to avoid intruders from impersonating a service account
# The service(s) won't start unless these are specified
# Running ./gen-passwords.sh will update .env with strong passwords
# You may skip the Jigasi and Jibri passwords if you are not using those
# DO NOT reuse passwords
#
# XMPP component password for Jicofo
version: '3'
services:
# Frontend
web:
image: jitsi/web
restart: ${RESTART_POLICY}
ports:
- '${HTTP_PORT}:80'
- '${HTTPS_PORT}:443'
version: '3.1'
services:
node:
container_name: nodetube
restart: always
build:
context: .
dockerfile: Dockerfile
ports:
This file has been truncated, but you can view the full file.
> express-starter@0.0.1 search /usr/src/app
> node -r esm ./bin/search.js
http://es01:9200
mongodb://upvotocracy:YP3DYVWGgszAcHaB@mongo:27017/upvotocracy?authSource=admin
[
{
score: 6,
views: 31,
> express-starter@0.0.1 search /usr/src/app
> node -r esm ./bin/search.js
http://es01:9200
mongodb://upvotocracy:YP3DYVWGgszAcHaB@mongo:27017/upvotocracy?authSource=admin
[
{
score: 3,
views: 206,
br-07f9f6f4cce9: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.21.0.1 netmask 255.255.0.0 broadcast 172.21.255.255
inet6 fe80::42:d8ff:feac:7f61 prefixlen 64 scopeid 0x20<link>
ether 02:42:d8:ac:7f:61 txqueuelen 0 (Ethernet)
RX packets 21 bytes 1203 (1.2 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 60 bytes 4124 (4.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
br-102de80b6103: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
iperf3: error - the server is busy running a test. try again later
iperf3: error - the server is busy running a test. try again later
Filesystem Size Used Avail Use% Mounted on
udev 32G 0 32G 0% /dev
tmpfs 6.3G 796K 6.3G 1% /run
/dev/md2 2.0T 2.7G 1.9T 1% /
tmpfs 32G 0 32G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 32G 0 32G 0% /sys/fs/cgroup
/dev/md3 5.3T 124M 5.0T 1% /home
/dev/md1 487M 141M 321M 31% /boot
tmpfs 6.3G 0 6.3G 0% /run/user/1000