diff --git a/css/css_style.css b/css/css_style.css index 08c3500..3626214 100644 --- a/css/css_style.css +++ b/css/css_style.css @@ -142,6 +142,7 @@ form { textarea { padding: 0.3em 1em 0.3em 1em; + margin: 0 0 -0.5em 0; border: solid 1px #333; border-radius: 10px; } diff --git a/index.php b/index.php index 279627f..58c1fa9 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,8 @@ // users $online_users = str_replace(PHP_EOL, '', shell_exec("online-users")); - $users=array_filter(explode(PHP_EOL, shell_exec("jq -Mr '.data.users|keys[]' $json_file"))); + $users = array_filter(explode(PHP_EOL, shell_exec("jq -Mr '.data.users|keys[]' $json_file"))); + $user_website = shell_exec("jq -Mr '.data.users.$user.website' $json_file"); $total_users = count($users); // server system info @@ -47,7 +48,7 @@ include 'header.php'; - + @@ -170,7 +171,6 @@ you find on the sysinfo page.
searx.envs.net - searx (privacy-respecting metasearch engine)
pad.envs.net - cryptpad (collaborative real time editing)
git.envs.net - gitea (lightweight code hosting)
git.envs.net - gitea (lightweight code hosting)
envs.sh - the null pointer (file hosting and url shortener)
pb.envs.net - privatebin (pastebin service)
tb.envs.net - termbin (command line pastebin)