[PR #48] [MERGED] Feature: https only -- adds option to enforce https on running instances #773

Closed
opened 2026-02-25 20:36:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/48
Author: @benbusby
Created: 5/15/2020
Status: Merged
Merged: 5/15/2020
Merged by: @benbusby

Base: masterHead: feature/https-only


📝 Commits (5)

  • 70e65c0 Adding HTTPS enforcement
  • 8a244e1 Update README.md
  • 6be53f6 Dockerfile: removed HTTPS enforcement, updated PORT setting
  • ba2ce90 Merge remote-tracking branch 'origin/master' into feature/https-only
  • b08d227 Fixed incorrect port assignment

📊 Changes

4 files changed (+22 additions, -4 deletions)

View changed files

📝 Dockerfile (+7 -1)
📝 README.md (+4 -2)
📝 app/routes.py (+10 -0)
📝 whoogle-search (+1 -1)

📄 Description

Enforces https by default on Docker instances, adds an option to enforce https if running through pip/pipx.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/48 **Author:** [@benbusby](https://github.com/benbusby) **Created:** 5/15/2020 **Status:** ✅ Merged **Merged:** 5/15/2020 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `master` ← **Head:** `feature/https-only` --- ### 📝 Commits (5) - [`70e65c0`](https://github.com/benbusby/whoogle-search/commit/70e65c03463174505eeb61dc5d727637781f490a) Adding HTTPS enforcement - [`8a244e1`](https://github.com/benbusby/whoogle-search/commit/8a244e15d75397796fc3f1037ad7f4beb7ead0e8) Update README.md - [`6be53f6`](https://github.com/benbusby/whoogle-search/commit/6be53f69bac9c5eecea4401f7a6d51027b88579f) Dockerfile: removed HTTPS enforcement, updated PORT setting - [`ba2ce90`](https://github.com/benbusby/whoogle-search/commit/ba2ce90031a200c5292721513c64d690efddd47c) Merge remote-tracking branch 'origin/master' into feature/https-only - [`b08d227`](https://github.com/benbusby/whoogle-search/commit/b08d227eee4ecfcc9f37d8a0494602fb596b55b4) Fixed incorrect port assignment ### 📊 Changes **4 files changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+7 -1) 📝 `README.md` (+4 -2) 📝 `app/routes.py` (+10 -0) 📝 `whoogle-search` (+1 -1) </details> ### 📄 Description Enforces https by default on Docker instances, adds an option to enforce https if running through pip/pipx. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#773
No description provided.