mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #587] théme not available when destination path folder is empty #351
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PtitLutinn on GitHub (Jun 8, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/587
Problem
I want the theme to be available when the folder is empty. I tried and the theme don't charge because the ASSETS_PREFIX variable don't work (the link for the assets on the resulting page isn't what I expected. The only way I can make the theme work is by putting the git repo on the destination path folder.
Configuration
and I launch the serveur with
dufs -c .dufs_config.yamlLog
The html search the assets on https://pyro.petitslutins.eu/partage/dufs_v0.43.0/index.js” but thy aren't here
Environment Information
@sigoden commented on GitHub (Jun 9, 2025):
This is because you don't understand how custom assets work. Please try experimenting more on your own.