Skip to content

Instantly share code, notes, and snippets.

@bonehead
bonehead / 2019-06-06T10_54_47_264Z-debug.log
Created June 6, 2019 11:00
RocketChat Install error log
rocket@29743fce1494:/Rocket.Chat$ more /home/rocket/.npm/_logs/2019-06-06T10_54_47_264Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/home/rocket/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node',
1 verbose cli '/home/rocket/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm',
1 verbose cli 'start' ]
2 info using npm@6.9.0
3 info using node@v8.15.1
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle Rocket.Chat@1.2.0-develop~prestart: Rocket.Chat@1.2.0-develop
6 info lifecycle Rocket.Chat@1.2.0-develop~start: Rocket.Chat@1.2.0-develop
rocket@29743fce1494:/Rocket.Chat$ meteor npm start
> Rocket.Chat@1.2.0-develop start /Rocket.Chat
> meteor
[[[[[ /Rocket.Chat ]]]]]
=> Started proxy.
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
=> Started MongoDB.
@bonehead
bonehead / emuparadise.download.user.js
Created May 23, 2020 05:20 — forked from infval/emuparadise.download.user.js
emuparadise.me download workaround (Most games + Sega Dreamcast, Books/Comics/Guides/Magazines)
// ==UserScript==
// @name EmuParadise Download Workaround
// @version 1.2.2
// @description Replaces the download button link with a working one
// @author infval (Eptun)
// @match https://www.emuparadise.me/*/*/*
// @grant none
// ==/UserScript==
// https://www.reddit.com/r/Piracy/comments/968sm6/a_script_for_easy_downloading_of_emuparadise_roms/
@bonehead
bonehead / bt_speaker-raspberry_pi-zero_w.md
Created May 30, 2020 16:32 — forked from actuino/bt_speaker-raspberry_pi-zero_w.md
Setting up a Bluetooth Speaker from the command line on a raspberry Pi Zero W

The setup of a bluetooth speaker on a Pi Zero W is pretty touchy.

Please get in touch via Twitter @actuino or http://www.actuino.fr/ if you've got comments or improvements to this quick draft.

First checks

  • Use a solid power source
  • check the speaker works on another hardware (android phone f.i.)
  • make sure you've updated your Raspbian, install and run rpi-update just in case.
version: '3'
services:
wallabag:
image: wallabag/wallabag
environment:
- MYSQL_ROOT_PASSWORD=wallaroot
- SYMFONY__ENV__DATABASE_DRIVER=pdo_mysql
- SYMFONY__ENV__DATABASE_HOST=db
- SYMFONY__ENV__DATABASE_PORT=3306
- SYMFONY__ENV__DATABASE_NAME=wallabag
@bonehead
bonehead / docker-compose.yaml
Created November 17, 2020 09:38
Code-Server
---
version: "2.1"
services:
code-server:
image: ghcr.io/linuxserver/code-server
container_name: code-server
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Kolkata
@bonehead
bonehead / docker-compose.yml
Created November 18, 2020 14:12
Nextcloud
---
version: "2.1"
services:
nextcloud:
image: ghcr.io/linuxserver/nextcloud
container_name: nextcloud
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Kolkata
version: "3.1"
services:
mealie:
container_name: mealie
image: hkotel/mealie:latest
restart: always
ports:
- 9000:80
environment:
db_type: sqlite