satrun77 / tinyissue

Simple Issue Tracking for Teams
MIT License
48 stars 6 forks source link

Call instance with predefined database prefix #135

Open nickbe opened 8 years ago

nickbe commented 8 years ago

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.