Steveorevo/hestiacp-dockered

v-add-sys-dependencies and login issue

Opened this issue · 8 comments

hello first time i install this i get v-add-sys-dependencies this error.
then after doing this i am unable to login.
even after doing v-change-user-password i am unable to login ..

pulling your image from hub
docker pull steveorevo/hestiacp_dockered

running with docker-compose up -d
and compose file:
ersion: '3.8'
services:
hestiacp:
image: steveorevo/hestiacp_dockered:latest
container_name: hestiacp_dockered_1
hostname: cp.code.gdn
ports:
- 80:80
- 443:443
- 8083:8083
restart: unless-stopped

giving this error:
root@instance-1:~/hestiacp-docker-ubuntu# docker-compose up -d

[+] Running 2/2
✔ Network hestiacp-docker-ubuntu_default Created 0.1s
✔ Container hestiacp_dockered_1 Started 0.5s
root@instance-1:/hestiacp-docker-ubuntu# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
780443bfeaaa steveorevo/hestiacp_dockered:latest "bash" 3 seconds ago Up Less than a second 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:8083->8083/tcp, :::8083->8083/tcp hestiacp_dockered_1
root@instance-1:
/hestiacp-docker-ubuntu# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
780443bfeaaa steveorevo/hestiacp_dockered:latest "bash" 26 seconds ago Restarting (0) 9 seconds ago hestiacp_dockered_1
root@instance-1:/hestiacp-docker-ubuntu# docker exec -it hestiacp_dockered_1 /bin/bash
Error response from daemon: Container 780443bfeaaaad6f0e9a31a3dd21b651c73ae55356f75d4eaecae94d141d6cc7 is restarting, wait until the container is running
root@instance-1:
/hestiacp-docker-ubuntu# docker exec -it hestiacp_dockered_1 /bin/bash
Error response from daemon: Container 780443bfeaaaad6f0e9a31a3dd21b651c73ae55356f75d4eaecae94d141d6cc7 is restarting, wait until the container is running

This hasn't been tested with 1.7.X of HestiaCP. Also, the hostname should be https://hestiacp.dev.cc and not cp.code.gdn. What host OS are you using?

using ubuntu 22.04 as both.. the pull worked but unable to change anything can you confirm which version you tested this on i will try and replicate via github repo so i can do my own changes, the newer version installs fine for me i only get password issue

any luck? i managed to run it on 1.8.1 but using 1.6 file and then it auto upgrades in installation.
but i ran into problems after logging in i get internal server error if i let the installer run in dockerfile only.
if i comment it out and run the installer after everything by going into the container. it runs okay.
ssh iptables dont work

Sorry. All of my focus is on my hestiacp-pluginable project. I may not need this repo after all; but am keeping it around as it may prove useful to others. And if that's the case, I'll want to use all of my HestiaCP plugins with it; in which case I can justify the attention. Until then, I'll keep this issue open.

hello steven, can you confirm which exact hcp version was it running with last when u checked? i will try to run it with manaully downloading that release and building the packages locally using --with deb

Hi tech, I think it was 1.7.4? It's been a long while.

1.6.14 , got it from your dockerhub.
but the issue is i use arm based cpus so i cant directly use your image.
when i try to build it myself, mariadb/mysql doesnt work.
and now even when we use old hst-install-ubuntu after installing it auto updates to latest version as well.
quite a task to make it work but am working on it.