To learn about the feature of hosting your own cloud source for apps, see Features. This guide will give you an example of creating such source with the correct structure.

Create a new cloud storage

The recommended provider is Mega, but you can use any of the rclone’s supported cloud services, see their list here. For this example, we will create a new Mega storage called packages.

Upload apps files and installers

The apps available to install from your cloud should be nested in folders of these apps’ names in the cloud root.

So the structure should look like this:

packages:
	app1\
		install.exe
	app2\
		unpack.zip
	app3\
		extract.exe

The files and their names inside each folder are up to you. You’ll have to specify them later in manifests that will download these apps.

Further reading ⏭️


To learn how to integrate the newly created cloud source into denget, see Features.

To learn how to create an app manifest with a cloud source, see Creating an app manifest.

You can see an example of a manifest with a cloud source in this dropdown: