Skip to content

Instantly share code, notes, and snippets.

View minthe's full-sized avatar

Valentin F minthe

  • 42 Wolfsburg
View GitHub Profile
{
"basics": {
"name": "Piotr",
"label": "Programmer",
"image": "",
"email": "john@gmail.com",
"phone": "(912) 555-4321",
"url": "https://johndoe.com",
"summary": "A summary of John Doe…",
"location": {
@minthe
minthe / ft_transcendence_notes.md
Last active March 17, 2024 16:19
transcendence notes

Modules

Web 2

  • Major module: Use a Framework as backend.
  • Minor module: Use a front-end framework or toolkit.
  • Minor module: Use a database for the backend.

User Management 1

  • Major module: Standard user management, authentication, users across tournaments. @valentin @christina
  • Major module: Implementing a remote authentication. @valentin
@minthe
minthe / enterprise_token.rb
Created August 7, 2025 18:55 — 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 ################