##// END OF EJS Templates
artifacts: expose a special auth-token based artifacts download urls....
artifacts: expose a special auth-token based artifacts download urls. This will allow sharing download to external locations used new generated artifact download tokens. This feature allows also serving downloads using secret urls with all the fancy logic of our auth tokens.

File last commit:

r3314:7ceec5a4 default
r4003:09f31efc default
Show More
integrations-rcextensions.rst
44 lines | 1.2 KiB | text/x-rst | RstLexer
/ docs / integrations / integrations-rcextensions.rst
rcextensions: new builtin rcextensions....
r3133 .. _integrations-rcextensions:
rcextensions integrations
=========================
Since RhodeCode 4.14 release rcextensions aren't part of rhodecode-tools, and instead
they are shipped with the new or upgraded installations.
The rcextensions template `rcextensions.tmpl` is created in the `etc/` directory
of enterprise or community installation. It's always re-created and updated on upgrades.
Activating rcextensions
+++++++++++++++++++++++
To activate rcextensions simply copy or rename the created template rcextensions
into the path where the rhodecode.ini file is located::
docs: fix rcextensions installation documentation
r3314 pushd ~/.rccontrol/enterprise-1/
rcextensions: new builtin rcextensions....
r3133 or
docs: fix rcextensions installation documentation
r3314 pushd ~/.rccontrol/community-1/
rcextensions: new builtin rcextensions....
r3133
docs: fix rcextensions installation documentation
r3314 mv profile/etc/rcextensions.tmpl rcextensions
rcextensions: new builtin rcextensions....
r3133
rcextensions are loaded when |RCE| starts. So a restart is required after activation or
change of code in rcextensions.
Simply restart only the enterprise/community instance::
rccontrol restart enterprise-1
or
rccontrol restart community-1
Example usage
+++++++++++++
To see examples of usage please check the examples directory under:
https://code.rhodecode.com/rhodecode-enterprise-ce/files/stable/rhodecode/config/rcextensions/examples