Differentiate between self hosted/main & Sentry #137
Replies: 4 comments 2 replies
-
Hi @tomlawesome. I completely agree, a separate project for self-hosting makes sense. Same with having the poll creation page be the default page. Totally makes sense to me. The only reason it's not this way is because it was quicker/easier to just keep everything in one project to start but you can expect to see this change.
To be honest all you need to do is modify this line in next.config.js - destination: "home"
+ destination: "new" And the root page will be the poll creation page. Not recommending you do this as it makes it harder to pull updates from the repo but just saying. With regards to sentry, nothing is sent back unless a |
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks will give that a go as it’s a one liner! I have in the past span off my own private version and found it’s more hassle than it’s worth to later try and incorporate updates. Would much rather leave vanilla and pull repo/rebuild container. 😅 Good news on the sentry stuff, totally makes sense. |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to host a rallly instance for an organization and we would ideally like the following features:
Is this something you would consider adding to the project, or accepting if we were to develop it? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm re-launching the subject for my association, thank you for your work. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Love Rallly, it's great functionally. Thanks for your time and effort, will hopefully help with the days long WhatsApp chats with mates to sort out getting together ona day we're all free!
It would be great though if there was perhaps a separate repo for self-hosting that had an alternative landing page rather than essentially re-hosting rallly.co. I don't mean like a white label, just I think most people who self-host would only want to go direct to a 'new poll' page every time and not have a full website around it.
I do of course appreciate this can absolutely be done if you understand Tailwind CSS etc, but I'm a web-dev noob.
I also noticed that the container includes sentry.io. Is this sending telemetry back to your Sentry account about the app and its usage etc? If so, it might be worth making it clear what data you can/can't see.
Beta Was this translation helpful? Give feedback.
All reactions