Steveorevo / hestiacp-dockered

A Docker image for a local development server that uses the Hestia Control Panel.
GNU General Public License v3.0
13 stars 4 forks source link

v-add-sys-dependencies and login issue #4

Open techriffic opened 1 year ago

techriffic commented 1 year ago

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 ..

techriffic commented 1 year ago

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:

Steveorevo commented 1 year ago

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?

techriffic commented 1 year ago

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

techriffic commented 1 year ago

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

Steveorevo commented 1 year ago

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.

techriffic commented 1 year ago

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

Steveorevo commented 1 year ago

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

techriffic commented 1 year ago

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.