Skip to content

[Q] Multi tenancy (multiple sites/projects) #757

Answered by rustatian
binaryfire asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @binaryfire. Unfortunately, this is not possible at the time. I don't think, that this is even possible to implement via 1 RR instance. Because it can be easily solved by running multiply RR instances (bash script). Only 1 thing you'll need to maintain - RR configuration files.

#/usr/bin/bash
while true; ./rr serve -c $1; sleep 1; end

Just replace true with the number of needed instances and provide paths to the configuration files.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@lucatacconi
Comment options

@rustatian
Comment options

@rustatian
Comment options

Answer selected by rustatian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
S-RFC Request: Request for comments R-question Question
3 participants
Converted from issue

This discussion was converted from issue #756 on August 11, 2021 20:45.