Skip to content

Instantly share code, notes, and snippets.

View MMTE's full-sized avatar
🐢
Moving!

Mahdi Taleghani MMTE

🐢
Moving!
View GitHub Profile
@MMTE
MMTE / file.sh
Created November 2, 2024 20:07
run brave browser without CORS in Ubuntu, Linux
// terminal command
brave-browser --disable-site-isolation-trials --disable-web-security --user-data-dir="~/tmp"
@MMTE
MMTE / bookmarks.md
Created December 4, 2024 22:55 — forked from orther/bookmarks.md
Some useful things i have in my bookmarks
@MMTE
MMTE / appflowy.yaml
Last active March 27, 2025 08:04
coolify AppFlowy service template
# documentation: https://docs.appflowy.io/docs/guides/appflowy-cloud/self-hosting
# slogan: Open Source Alternative to Notion - Self-hosted Collaborative Knowledge Base
# tags: productivity,notes,knowledge-base,collaboration,document
# logo: svgs/appflowy.svg
# port: 80
#
# Note: This docker-compose.yml file is optimized for deployment with Coolify.
# The 'exclude_from_hc' property is a Coolify-specific feature that allows
# certain one-time execution services to be excluded from health checks.
# This may cause validation warnings with standard docker compose tools.