tinyissue icon indicating copy to clipboard operation
tinyissue copied to clipboard

Call instance with predefined database prefix

Open nickbe opened this issue 9 years ago • 0 comments

I'd like to call tinyissue in a iframe like this:

src="http://develop.tinyissue.org/instance/testinstanice1"

tinyissue should then use a predefined storage path variable from the .env section and use a database "(storagepath)/testinstanice1.sqlite"

If it doesn't exist it should throw an error. This should only work when the instance is started within in an iframe.

nickbe avatar Aug 20 '16 00:08 nickbe