Skip to content

Conversation

@eznix86
Copy link

@eznix86 eznix86 commented Aug 22, 2025

We can discuss @vernu on how it helps on kubernetes.

For this to work enable github pages.

Settings > Pages and set it to gh-pages/ root

if gh-pages doesn't exist:

git checkout --orphan gh-pages # change and create a branch with no history
git rm -rf . # delete all files
touch .nojekyll # prevent jekyll from Github to build a webpage.

Once this merges it will create a helm chart.

Any kubernetes folks can do

helm repo add vernu https://vernu.github.io/textbee
helm repo update
helm install textbee vernu/textbee --namespace textbee-system --create-namespace
# ! important to set values appropriately

Signed-off-by: Bruno Bernard <contact.brunobernard@gmail.com>
@vercel
Copy link

vercel bot commented Aug 22, 2025

@eznix86 is attempting to deploy a commit to the vernu's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vernu
Copy link
Owner

vernu commented Aug 22, 2025

@eznix86 thanks for contibuting, let me know once the PR is ready and i'll review again

@eznix86
Copy link
Author

eznix86 commented Aug 23, 2025

I am not a NextJS expert, but NextAuth redirects redirects to port 3000 on login. Any recommendation ? Added nextauth_url it seems it doesn't pick up

@vernu
Copy link
Owner

vernu commented Aug 25, 2025

I am not a NextJS expert, but NextAuth redirects redirects to port 3000 on login. Any recommendation ? Added nextauth_url it seems it doesn't pick up

@eznix86 didnt understant the issue you're facing, can you rephrase it a bit?

@eznix86
Copy link
Author

eznix86 commented Aug 25, 2025

This i am running it inside a container environment, when logging in. It redirects to localhost port 3000 for trying to logging in.

There was a fixed value in the code for docker.

@eznix86
Copy link
Author

eznix86 commented Aug 27, 2025

I managed to make it work and be deployed but the issue is that i have 404 issues on the dashboard

@vernu
Copy link
Owner

vernu commented Aug 28, 2025

I managed to make it work and be deployed but the issue is that i have 404 issues on the dashboard

@eznix86 on which pages are you getting 404? is it the frontend or the api calls?

@addisflava
Copy link

@vernu why is this still not merged

@eznix86
Copy link
Author

eznix86 commented Oct 29, 2025

I actually gave up because got no help to resolve issues with nextjs. If i have some help. Can finish the integration and ready for merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants