Skip to content

Klyronodes/citadel-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use

  1. Clone this repo
  2. Citadel theme should be at /Extras/Citadel, making it look like this:
dietpi@DietPi ~/Paymenter> ls Extras/Citadel/
app/  extensions/  public/  themes/
dietpi@DietPi ~/Paymenter> 
  1. Execute ./update.sh and done (Use sudo if possible, it will use docker command soo sudo is the safest method to be 100% sure that it will work, or you can add docker group to your user)

IMPORTANT NOTE!

This theme is not free, you should buy the Citadel theme here Im not associated with Citadel, just a consumer that love FOSS and love help the community to have good solutions <3

The theme itself have an issue in /app/themes/citadel/views/components/navigation/footer.blade.php and you will require to replace the full line that contains "GLOB_BRACE" with this:

                                $files = array_merge(
                                    glob($assetsPath . '/gateway*.png') ?: [],
                                    glob($assetsPath . '/gateway*.svg') ?: [],
                                    glob($assetsPath . '/gateway*.jpg') ?: [],
                                    glob($assetsPath . '/gateway*.jpeg') ?: [],
                                );

About

Citadel is a paid paymenter theme that works well on normal paymenter installations but docker support is meh, soo this repo was made for fix that issue. YOU STILL NEED TO HAVE THE RESOURCE, YOU CAN BUY IT ON https://builtbybit.com/resources/citadel-theme-paymenter.82217/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors