Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ddyoyock
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christophe K.
ddyoyock
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
ckbox created page: home
authored
7 years ago
by
Christophe K.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.md
+38
-0
38 additions, 0 deletions
home.md
with
38 additions
and
0 deletions
home.md
0 → 100644
View page @
be2f7ae9
Just a little add on in case of you are using an external disk or a virtual
disk (independant). Swizzin is only using /root or /home for displaying used disk space.
With this add on you can select the external disks (ex.
which are mounted in /home) for displaying the disks usage with the
theme's elements.
installation :
1- edit the file in /srv/panel/index.php (backup it before important !!!)
2- Find
3- before this code paste this one :
```
<!-- INCLUDECK -->
<div id="ddyoyock2"><?php include("/srv/ddyoyock.php");?></div>
```
where “ddyoyock.php” is the file
of module. You can find it in zip file from the git
http://github.nailis.fr/ckbox/ddyoyock.git
just upload this file in /srv of your server.
or create a folder in root/dir
ex .: mkdir /modddyoyock
then
create a symbolik link
ln -s /modddyoyock/ddyoyock.php /srv/ddyoyock.php
enjoy.
\ No newline at end of file
This diff is collapsed.
Click to expand it.