(Es un ejemplo, reemplace los valores con lo que tiene sentido en su configuración actual)
docker run -p 3000:3000
-e DATABASE_URL=file:./db.sqlite
-e NEXTAUTH_SECRET=secret
-e NEXTAUTH_URL=http://localhost:3000/
-e [email protected]
-e ADMIN_PASSWORD=password
bitswired/ai-chat-app:single-user-latest
(Es un ejemplo, reemplace los valores con lo que tiene sentido en su configuración actual)
docker run
-p 3000:3000
-e DATABASE_URL=file:./db.sqlite
-e NEXTAUTH_SECRET=secret
-e NEXTAUTH_URL=http://localhost:3000
-e [email protected]
-e NEXT_PUBLIC_MULTI_USER=1
-e EMAIL_SERVER_HOST=smtp.gmail.com
-e EMAIL_SERVER_PORT=465
-e [email protected]
-e EMAIL_SERVER_PASSWORD=test
-e [email protected]
bitswired/ai-chat-app:multi-user-latest
(Es un ejemplo, reemplace los valores con lo que tiene sentido en su configuración actual)
docker run
-d
--name='ai-chat-app'
--net='bridge'
-e TZ="America/New_York"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="UnraidServer"
-e HOST_CONTAINERNAME="ai-chat-app"
-e 'NEXTAUTH_SECRET'='XXXX'
-e 'NEXTAUTH_URL'='XXXX'
-e 'ADMIN_EMAIL'='XXXX'
-e 'ADMIN_PASSWORD'='XXXX'
-e 'EMAIL_SERVER_HOST'='smtp.gmail.com'
-e 'EMAIL_SERVER_PORT'='465'
-e 'EMAIL_SERVER_USER'='[email protected]'
-e 'EMAIL_SERVER_PASSWORD'='XXXX'
-e 'EMAIL_FROM'='[email protected]'
-e 'NEXT_PUBLIC_MULTI_USER'='1'
-e 'DATABASE_URL'='file:/config/db.sqlite'
-e 'PUID'='99'
-e 'PGID'='100'
-e 'UMASK'='022'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:3000]'
-l net.unraid.docker.icon='https://github.com/bitswired/fuseai/raw/main/public/logo.png'
-p '3000:3000/tcp'
-v '/mnt/user/appdata/ai-chat-app':'/config':'rw' 'bitswired/ai-chat-app:multi-user-latest'
¡Contribución bienvenida!
Me gustaría expresar mi gratitud a algunos primeros contribuyentes que ayudaron a hacer posible este repositorio de GitHub.
En primer lugar, un gran agradecimiento a Dennisthed por su ayuda para identificar y abordar errores, así como su ayuda para entregar la versión inicial de la imagen de Docker con soporte para migraciones de bases de datos.
Además, me gustaría extender mi agradecimiento a Barnito por sus esfuerzos sobresalientes para integrar UndAid, y por su generoso y amistoso apoyo a la comunidad en la plataforma Discord.