Skip to content

Instantly share code, notes, and snippets.

View 3115fcfc-2c0b-4076-927f-ae6531c76061's full-sized avatar

3115fcfc-2c0b-4076-927f-ae6531c76061

View GitHub Profile
@3115fcfc-2c0b-4076-927f-ae6531c76061
3115fcfc-2c0b-4076-927f-ae6531c76061 / enterprise_token.rb
Last active May 22, 2025 13:42 — forked from markasoftware/enterprise_token.rb
OpenProject Enterprise mode for free
############ Until Version 15.5.1 ################
############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################
############ From Version 16.0.0 ################
############ Add this line in docker-compose file. This needs to go in the same volumes section as ################
############ the /data volumes. NOT in the /db part. ################
############ volumes: ################
############ - /mnt/data/openproject/enterprise_token.rb:/app/app/models/enterprise_token.rb:ro ################
############ For both ################
############ also be sure to RESTART OpenProject after replacing the file.