mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
Feature/update getting started (#3644)
* feat: add query to find running docker containers * docs: 📝 add query to get Mac and Linux machines with unencrypted primary disks * feat: add query to find running docker containers * docs: 📝 add query to get Mac and Linux machines with unencrypted primary disks * chore: remove queries from develop * docs: add query to get running docker containers * docs: add query to get machines with unencrypted primary disks * fix: remove trailing --- * fix: remove trailing --- * chore: remove trailing --- * docs: add query to get applications hogging memory * fix: resolve merge conflicts * chore: update PR * chore: update PR * chore: merge previous query * feat: add query to find servers with root logins within the day * fix: remove unneeded period * docs: add instructions for submiting multiple queries * fix: remove duplicate entry * fix: remove period from get running docker containers query description * docs: add instructions for submiting multiple queries * fix: resolve merge conflicts * feat: add description for query to fetch failing batteries * fix: resolve duplicate descriptions * fix: remove typo in deplying docs * fix: reword description * fix: add suggestions to improve description * feat: add description to query to fet windows machines with unencrypted hard disks * feat: update description for count apple applications installed query * chore: add dominuskelvin as maintainer * docs: 📝 Add query to get apps opened within the last 24 hours * feat: add query to find apps not in Applications directory * feat: add query to find subscription based applications that have not been opened for the last 30 days * feat: add link to signing installers * fix: typo with link to the getting started page * feat: docs on how to sign an osquery installer * feat: make signing installer a subsection of osquery installer * feat: make description for signing installer shorter and compact * fix: change package to installers * fix: reword note section * feat: add instructions to use credentials below to log in to fleet preview
This commit is contained in:
parent
49ceee59aa
commit
d0f243c482
1 changed files with 2 additions and 1 deletions
3
website/views/pages/get-started.ejs
vendored
3
website/views/pages/get-started.ejs
vendored
|
|
@ -39,7 +39,8 @@
|
|||
</div>
|
||||
<div style="padding-top: 60px;">
|
||||
<h2 class="mb-3">3. Log in to Fleet</h2>
|
||||
<p>The Fleet UI is now available at <a href="http://localhost:1337" target="_blank">http://localhost:1337</a>.</p>
|
||||
<p>The Fleet UI is now available at <a href="http://localhost:1337"
|
||||
target="_blank">http://localhost:1337</a>. Use the credentials below to login.</p>
|
||||
<p class="mb-2"><strong>Email:</strong> admin@example.com</p>
|
||||
<p><strong>Password:</strong> admin123#</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue