Skip to content

Instantly share code, notes, and snippets.

View shimuldn's full-sized avatar
💭
Little busy at this moment.

none shimuldn

💭
Little busy at this moment.
View GitHub Profile
@shimuldn
shimuldn / .env
Created June 29, 2022 05:24 — forked from eldadfux/.env
Appwrite 0.14 - Stack
_APP_ENV=production
_APP_LOCALE=en
_APP_OPTIONS_ABUSE=enabled
_APP_OPTIONS_FORCE_HTTPS=disabled
_APP_OPENSSL_KEY_V1=your-secret-key
_APP_DOMAIN=localhost
_APP_DOMAIN_TARGET=localhost
_APP_CONSOLE_WHITELIST_ROOT=enabled
_APP_CONSOLE_WHITELIST_EMAILS=
_APP_CONSOLE_WHITELIST_IPS=
@shimuldn
shimuldn / install.sh
Last active June 16, 2020 10:09 — forked from nimatrueway/install.sh
Install uGet Download Manager on macOS
# Warning: INCOMPLETE, GTK has problems !
brew install intltool pkg-config gtk+3 libnotify gstreamer openssl
# install gnu xgettext
export GETTEXT_VERSION=$(curl https://ftp.gnu.org/pub/gnu/gettext/ | grep -oP 'gettext-[0-9.]+(?=.tar.gz)' | sort | tail -n 1)
wget "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.2.tar.gz"
tar -zxvf gettext-0.20.2.tar.gz
cd "$GETTEXT_VERSION"
./configure
make
// This gist explains how to setup scalable Parse LiveQuery server on Heroku
// Because there is one and only 'web' process on Heroku, it will divide into two Heroku apps: Main and LiveQuery.
// A: Main app - All features except for LiveQuery server
// Step A1. Setup a Parse app on Heroku
// Step A2. Add a Heroku Redis (free plan is enough for testing)
// Step A3. Configure Parse app, add redisURL for liveQuery
var api = new ParseServer({
...
liveQuery: {