GenericTemplates do not show up

OS Name/Version: Debian GNU/Linux 11 (bullseye)

Product Name/Version: AMP 2.4.0.8

Problem Description:

I’m having issues to upload Generic Templates to my AMP instance. I am trying to import the 7 days undead legacy template but it doesn’t show up in my instance list.
I tried it via the file manager (Imported the files to ADS01/Plugins/ADSModule/GenericTemplates) and via a puplic Github Repository, which I added to Configuration → Instance Deployment → Configuration Repositories.
After adding these files, the ADS01 instance has been restarted.

No new entries are being displayed, when I create a new instance.

I cleared the cache and tried it on another device but no new entry is shown.

13:41:59

Loaded SystemUserManagerPlugin version 1.0.0.0 by CubeCoders Limited
Loaded steamcmdplugin version 1.0.0.0 by CubeCoders Limited
Metrics server started OK on port 12820
Updating remote source CubeCoders/AMPTemplates
**Updating existing remote source https://github.com/CubeCoders/AMPTemplates.git...**
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint:
hint: git config pull.rebase false # merge (the default strategy)
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
hint:
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.

13:42:00

Using keypair with fingerprint redacted
SFTP Server started on 0.0.0.0:2223
Websockets are enabled.
RouterTimer@10Hz with 2 jobs started
Webserver started on http://0.0.0.0:8080
Checking for AMP updates...
AMP is up-to-date.
Already up to date.
**Updating remote source PedanXr/AMPtemplates**
Updating existing remote source https://github.com/PedanXr/AMPtemplates.git...
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint:
hint: git config pull.rebase false # merge (the default strategy)
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
hint:
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.

13:42:01

Already up to date.

Does your Github repo have a manifest? https://github.com/CubeCoders/AMPTemplates/blob/main/manifest.json

It was missing. After adding it, it is working now. Is there any additional documentation? I am pretty sure that it’s not written down that the manifest is needed. And why didn’t it show up after I uploaded the templates manually using the file manager?

1 Like

That actually was documented just this week. You can find the details here:

Thank you to both of you! It is working now :slight_smile: