Skip to content

Commit

Permalink
layout domain
Browse files Browse the repository at this point in the history
  • Loading branch information
NikDrosakis committed Feb 7, 2025
1 parent 1788164 commit 13f9212
Show file tree
Hide file tree
Showing 14 changed files with 500 additions and 387 deletions.
6 changes: 6 additions & 0 deletions gaia/admin/css/core.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.cubo{
width:100%;
float:left;
padding: 7px;
box-shadow:0 0 10px #dcd2c2;
}
/*
buildArchive
*/
Expand Down
20 changes: 1 addition & 19 deletions gaia/admin/js/gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -884,25 +884,7 @@ SET SHORT DEFAULT
}
}
},

/**
prepare the baby
connect with services & mongodb
*/
ermis:{


},
/**
prepare the baby
*/
go : {},
/**
prepare the baby
*/

rus : {},
/* const
/* const
actions = [
{ method: 'buildTable', params: { table: 'gen_vivalibro.tasks' } },
{ method: 'updateUI', params: { section: 'taskList' } },
Expand Down
14 changes: 10 additions & 4 deletions gaia/admin/main/domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,21 @@
<h3>Domains installed on this system</h3>


<?php echo $this->renderFileFormList($this->getPublicFilesystem(),"File System"); ?>
<?php //echo $this->renderFileFormList($this->getPublicFilesystem(),"File System"); ?>

<?php echo $this->renderFileFormList($this->getActiveNginx(),"Nginx"); ?>
<?php //echo $this->renderFileFormList($this->getActiveNginx(),"Nginx"); ?>


<?php echo $this->renderFileFormList($this->getZones(),"Get Zones")?>
<?php //xecho($this->getSSLs())?>
<?php
echo "Current User: " . get_current_user() . "\n";
echo "User ID: " . posix_getuid() . "\n";
//echo $this->renderFileFormList($this->getZones(),"Get Zones")
?>

<?php echo $this->renderFileFormList($this->getSSLs(),"GET SSLS")?>

<?php echo $this->synchronizeDomains(); ?>
<?php //echo $this->renderFileFormList($this->getSSLs(),"GET SSLS")?>

<h3>Integrate existing domain</h3>
<h3>Create new </h3>
Expand Down
Loading

0 comments on commit 13f9212

Please sign in to comment.