sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
<?php | |
/*** step 1 ***/ | |
date_default_timezone_set('Europe/Stockholm'); | |
/*** step 2 ***/ | |
include_once 'vendor/deployer/deployer/recipe/common.php'; | |
/*** step 3 ***/ | |
server( 'production', 'andreasek.se', 22 ) | |
->env('deploy_path','/mnt/persist/www/aekab.se') |
{ | |
"chat": { | |
// the list of chats may not be listed (no .read permissions here) | |
// a chat conversation | |
"$key": { | |
// if the chat hasn't been created yet, we allow read so there is a way | |
// to check this and create it; if it already exists, then authenticated | |
// user (specified by auth.id) must be in $key/users |