Skip to content

Running text-generation-webui on a VPS server login is at talk.domain.com #5280

Discussion options

You must be logged in to vote

Fixed, notes below:

working 100% on linux ubuntu:

cd /home/zero/text-generation-webui-main/

./start_linux.sh --gradio-auth username:mypass --extension LLM_Web_search --listen --listen-port 7860 --listen-host zero.talktoai.org --ssl-certfile=/etc/letsencrypt/live/zero.talktoai.org/fullchain.pem --ssl-keyfile=/etc/letsencrypt/live/zero.talktoai.org/privkey.pem

https://zero.talktoai.org:7860/

nginx.conf file:

user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;

events {
worker_connections

1024;
}

http {

... other directives (if any)

server {
listen 443 ssl;
server_name zero.talktoai.org; # Replace with your actual domain name

ssl_certificate /e…

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ResearchForumOnline
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ResearchForumOnline
Comment options

Answer selected by ResearchForumOnline
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants