main: fix login blade
This commit is contained in:
parent
44a0d61d0e
commit
977c6c10f4
5
notes.md
5
notes.md
@ -35,7 +35,8 @@ # Alpine Linux
|
||||
sudo docker volume rm $(sudo docker volume ls -q)
|
||||
|
||||
Install sequence:
|
||||
enable PermitRootLogin /etc/ssh/sshd_config
|
||||
sudo systemctl restart sshd
|
||||
sudo sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin prohibit-password/' /etc/ssh/sshd_config &&
|
||||
sudo systemctl restart sshd &&
|
||||
git clone https://githaven.org/Shiloh/lasthourcloud.git
|
||||
sudo bash /home/lasthour/lasthourcloud/scripts/local_install.sh
|
||||
sudo bash /home/lasthour/lasthourcloud/scripts/upgrade.sh
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="min-h-screen hero">
|
||||
<div class="w-96 min-w-fit">
|
||||
<div class="flex flex-col items-center pb-8">
|
||||
<div class="text-5xl font-extrabold tracking-tight text-center text-white">Coolify</div>
|
||||
<div class="text-5xl font-extrabold tracking-tight text-center text-white">Last Hour</div>
|
||||
</div>
|
||||
<div class="flex items-center gap-2">
|
||||
<h1>{{ __('auth.login') }}</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user