https://github.com/jjideenschmiede/youtrack-embedded-sites-app
To embed different sites with widgets to dashboards & knowledge base.
https://github.com/jjideenschmiede/youtrack-embedded-sites-app
app base certified dashboard developer embedded knowledge sites youtrack
Last synced: 4 months ago
JSON representation
To embed different sites with widgets to dashboards & knowledge base.
- Host: GitHub
- URL: https://github.com/jjideenschmiede/youtrack-embedded-sites-app
- Owner: jjideenschmiede
- License: mit
- Created: 2025-05-02T09:56:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-08T08:22:28.000Z (5 months ago)
- Last Synced: 2025-06-09T04:52:11.680Z (4 months ago)
- Topics: app, base, certified, dashboard, developer, embedded, knowledge, sites, youtrack
- Language: TypeScript
- Homepage: https://plugins.jetbrains.com/plugin/27288-embedded-sites
- Size: 144 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# YouTrack Embedded Sites App
This is a simple YouTrack App that allows you to embed any website in a Widget. This is useful for displaying external content directly within YouTrack, such as documentation, dashboards, or any other web-based resources.
---
## YouTrack Apps, TeamCity Plugins & more
### J&J Ideenschmiede GmbH - Your Partner for JetBrains Solutions
We are **YouTrack Certified** and **TeamCity Certified** developers, specializing in custom solutions for JetBrains products.
👉🏼 Visit our [website](https://www.jj-ideenschmiede.de) to learn more about our services.
---
## Features
The App allows you to embed any website in a YouTrack Widget. You can configure the URL and other settings directly from the YouTrack interface.
## Requirements
- YouTrack 2023.2 or later
## Installation
1. Download the latest release from the [marketplace](https://plugins.jetbrains.com/plugin/27288-embedded-sites)
2. Go to the YouTrack Administration area
3. Navigate to Apps
4. Click "Upload app zip"
5. Select the downloaded zip file## Development
> [!NOTE]
> You need to have Node.js and npm installed to install, build, and pack the app.You can clone this repository and build the app locally. Make sure you have Node.js and npm installed. Install the dependencies and build the app using:
```bash
npm install
```After that, you can run the following command to build the app:
```bash
npm run build
```If you want to pack the app for distribution, you can use:
```bash
npm run pack
```## Help & Support
If you have any questions or need support, feel free to reach out to us via [e-mail](mailto:support@jj-ideenschmiede.de) or visit our [website](https://www.jj-ideenschmiede.de).