haxqer / confluence

The simplest docker file of Confluence. Support v8.9.6(latest) v9.0.3(latest) and v8.5.15(lts)
396 stars 206 forks source link

install app on (plugin) jira #48

Closed hacker-hackert closed 8 months ago

hacker-hackert commented 9 months ago

hi haxqer how can install or add an app on Jira like tempo and ... I got this error: Screenshot 2024-01-06 at 8 32 30 am also, I tried to add apps from Upload app button but i got this error: Screenshot 2024-01-06 at 8 44 06 am

haxqer commented 9 months ago

Using the datacenter license

hacker-hackert commented 8 months ago

hi haxqer thanks for your response how can I use the datacenter license? I run Jira on my server with this command: docker volume create jira_home_data && docker network create jira-network && docker run -p 8080:8080 -v jira_home_data:/var/jira --network jira-network --name jira-srv -e TZ='Asia/Shanghai' haxqer/jira:9.12.1

and for a license I used this command: docker exec jira-srv java -jar /var/agent/atlassian-agent.jar \ -d \ -p jira \ -m Hello@world.com \ -n Hello@world.com \ -o your-org \ -s you-server-id-xxxx

now how can I got a datacenter license ?
haxqer commented 8 months ago
  1. Generate a datacenter license for Jira: how to hack jira
  2. Modify Jira's license: Administration -> Applications -> Version&licenses
  3. Generate license for jira plugin: how to hack plugin
  4. Paste the license of the Jira plugin
hacker-hackert commented 8 months ago

Thanks for your suport My issue resolved