Skip to content

Instantly share code, notes, and snippets.

View reetp's full-sized avatar
💭
Microsoft are bastards

John Crisp reetp

💭
Microsoft are bastards
  • Near Valencia
View GitHub Profile
@reetp
reetp / Readme.md
Last active December 16, 2024 13:52
Rocket.Chat administration
@reetp
reetp / Readme.md
Last active December 21, 2021 13:53
Codium/Visual Studio remote debug proxy detup

PHP Remote Debug Proxy setup

Installation

Install extension

You need to install the PHP Debug Extension in Visual Studio /Codium.

You can get all the relevant settings from here:

@reetp
reetp / rocketchat.conf
Last active August 17, 2020 00:52
Simple RocketChat nginx conf
# Upstreams
upstream backend {
server 127.0.0.1:3000;
}
# HTTPS Server
server {
listen 1.2.3.4:443 ssl http2;
server_name chat.mydomain.com;
@reetp
reetp / Readme.md
Last active January 15, 2026 13:24
Debugging

Rocket.Chat - Asking for help

For users with issues with Rocket.Chat please do yourselves a few favours before asking for help.

First thing is read, comprehensively. Most of your questions have already been answered.

Docs

Dev Docs