Skip to content

Instantly share code, notes, and snippets.

View spirifoxy's full-sized avatar
🗿

Alexander spirifoxy

🗿
  • Prague, Czech Republic
View GitHub Profile
@spirifoxy
spirifoxy / enterprise_token.rb
Created September 25, 2025 23:38 — forked from markasoftware/enterprise_token.rb
OpenProject Enterprise mode for free
############ If you are using DOCKER all-in-one image, create Dockerfile like: ################
############ FROM openproject/openproject:16 ################
############ COPY ./enterprise_token.rb app/models/enterprise_token.rb ################
############ If you are runing a manual installation: ################
############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################
############ also be sure to RESTART OpenProject after replacing the file. ################
############ If using some other set up (eg docker-compose), read the comments on ################
############ https://gist.github.com/markasoftware/f5b2e55a2c2e3abb1f9eefcdf0bfff45 ################
@spirifoxy
spirifoxy / README.txt
Created August 15, 2023 22:00 — forked from Starviling/README.txt
YarnSpinner loading from line
To set this up in Unity, it needs to:
1. have a reference to the DialogueRunner in the scene
2. be added to the Dialogue Views in the DialogueRunner
3. MAKE SURE THAT Yarn.LineJumper.asmdef and YarnLineJumper.cs ARE IN THEIR OWN SUBFOLDER
(This is for 2.2.2+)
To save a point, save integer returned from CurrentProgramCounter() somewhere.
To load a point, use LoadProgramCounter() with the node string name and integer saved from CurrentProgramCounter().
@spirifoxy
spirifoxy / routerboard.sh
Created October 28, 2022 21:18 — forked from dhcgn/routerboard.sh
Add Cloudflare IPs to Mikrotik Routerboard
/ip firewall address-list
add list=CF address=173.245.48.0/20
add list=CF address=103.21.244.0/22
add list=CF address=103.22.200.0/22
add list=CF address=103.31.4.0/22
add list=CF address=141.101.64.0/18
add list=CF address=108.162.192.0/18
add list=CF address=190.93.240.0/20
add list=CF address=188.114.96.0/20
add list=CF address=197.234.240.0/22