Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
removed sentry, segment, etc, and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
archywillhe committed Sep 29, 2023
1 parent afdf2dd commit 6b50f1f
Show file tree
Hide file tree
Showing 224 changed files with 2,150 additions and 15,886 deletions.
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ Good pull requests (patches, improvements, new features) are a fantastic help. T
If you plan on helping with development, please read the [Develop Insomnium](README.md#develop-insomnia) section of the README for how to get started. The [Development Overview](DEVELOPMENT.md) may also prove useful for a general overview of the application architecture.

**IMPORTANT**: By submitting a patch, you agree to allow the project owner to license your work under the same license as that used by the project.

## Contributor T-shirt

If your pull request to [Kong/insomnia](https://github.com/Kong/insomnia) was accepted, and it fixes a bug, adds functionality, or makes it significantly easier to use or understand Insomnium, congratulations! You are eligible to receive the very special contributor t-shirt! Go ahead and fill out the [contributor submission form](https://goo.gl/forms/5w6mxLaE4tz2YM0L2).
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
# Insomnium API Client

Insomnium is a local-only, open-source, cross-platform API client for GraphQL, REST, WebSockets, Server-sent events and gRPC.
Insomnium is a 100% local-only and privacy-focus open-source API client for GraphQL, REST, WebSockets, Server-sent events and gRPC.

[![license](https://img.shields.io/github/license/Kong/insomnia.svg)](LICENSE)

![Insomnium API Client](https://raw.githubusercontent.com/ArchGPT/insomnium/develop/screenshots/main.png)
![Insomnium API Client](https://raw.githubusercontent.com/ArchGPT/insomnium/main/screenshots/main.png)

## Backstory

Insomnium is a fork of [Kong/Insomnium at 2023.5.8](https://github.com/ArchGPT/insomnia), the last commit before compulsory account login was introduced.

In a sense, Insomnium is a community response to [the latest product update that forces account creation w/o warning](https://news.ycombinator.com/item?id=37680522).
Insomnium is a fork of [Kong/Insomnia at 2023.5.8](https://github.com/ArchGPT/insomnia), the last commit before compulsory account login was introduced. In a sense, Insomnium is a community response to [the latest product update that forces account creation w/o warning](https://news.ycombinator.com/item?id=37680522).

![HN](https://github.com/ArchGPT/insomnium/blob/main/hn.png?raw=true)

I was among the users who were deeply affected by the recent change. I still think Insomnia is a nice product in general, but I have to disagree with the direction it is going. So I have decided to fork it and make it 100% local and privacy-focus.

## Roadmap

I have removed user login, tracking, analytics, etc, from Insomnia so it is now a 100% local app. I will be cleaning up the code to make the UI faster, and refactor the local database and config to keep everything lean.

<!-- ## Download
Next, we launch a Code Llama plugin for Insomnium, to make it more easily customizable and extensible while keeping the core product fast and 100% local and privacy-focus.

## Download

Insomnium is available for Mac, Windows, and Linux and can be downloaded
from the website. -->
from [the website](https://archgpt.dev/insomnium).

<!-- **[https://insomnia.rest/download](https://insomnia.rest/download/)** -->

## Bugs and Feature Requests

Have a bug or a feature request? First, read the
Before submitting a bug or a feature request, you can read the
[issue guidelines](CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/ArchGPT/insomnium/issues).

<!-- For more generic product questions and feedback, join the [Slack Team](https://chat.insomnia.rest). -->
Expand All @@ -33,9 +37,9 @@ Have a bug or a feature request? First, read the

Please read through our [contributing guidelines](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md). Included are directions for opening issues, coding standards, and notes on development.

## Documentation
<!-- ## Documentation
Check out our open-source [Insomnium Documentation](https://docs.insomnia.rest/).
Check out our open-source [Insomnium Documentation](https://archgpt.dev/insomnium-doc). -->

## Develop Insomnium

Expand Down Expand Up @@ -113,11 +117,6 @@ You can use any editor you'd like, but make sure to have support/plugins for the

</details>

## Develop Inso CLI

- `npm i`
- Start the compiler in watch mode: `npm run inso-start`
- Run: `./packages/insomnia-inso/bin/inso -v`

## License

Expand Down
7 changes: 3 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Kong Security Policy
# Insomnium Security Policy

## Reporting a Vulnerability
Insomnium is a fork of Insomnia, and is designed to be 100% local with 100% data privacy. By design, there should not be any security vulnerabilities in Insomnium.

To report a vulnerability in the Kong gateway, Insomnium or other Kong software, or know of a publicly disclosed security vulnerability, please immediately let us know by emailing <security@konghq.com>.
If you find any security vulnerability in Insomnium, you can report it to us at security@archgpt.net.

For more detailed information, please see [Kong's Security Update Process](https://docs.konghq.com/gateway-oss/latest/kong-security-update-process/#reporting-a-vulnerability).

0 comments on commit 6b50f1f

Please sign in to comment.