<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jack Andrews</title>
    <description>The latest articles on DEV Community by Jack Andrews (@jwandrews99).</description>
    <link>https://dev.to/jwandrews99</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F168167%2Fbee0ad8f-d9f8-4c8a-8c62-ee13ccae6de1.jpeg</url>
      <title>DEV Community: Jack Andrews</title>
      <link>https://dev.to/jwandrews99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jwandrews99"/>
    <language>en</language>
    <item>
      <title>Peppermint ( Ticket Management ) Alpha is here! 🍵</title>
      <dc:creator>Jack Andrews</dc:creator>
      <pubDate>Thu, 18 Feb 2021 14:17:09 +0000</pubDate>
      <link>https://dev.to/jwandrews99/peppermint-ticket-management-alpha-is-here-3492</link>
      <guid>https://dev.to/jwandrews99/peppermint-ticket-management-alpha-is-here-3492</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6fs5lri_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2njrt4ipm090elss1j3m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6fs5lri_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2njrt4ipm090elss1j3m.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
I'd just like to announce the alpha version of my ticket management solution called peppermint. Its a self hostable web app with plans to have native windows and mobile apps in the future.&lt;/p&gt;

&lt;p&gt;This is early on and was made by myself so it isn't anywhere near complete yet.&lt;/p&gt;

&lt;p&gt;There is a demo available - &lt;a href="https://demo.pmint.dev/"&gt;https://demo.pmint.dev/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Login - &lt;a href="mailto:admin@admin.com"&gt;admin@admin.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;password - 1234&lt;/p&gt;

&lt;p&gt;Features&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Clean modern UI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;To-do lists&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Newsletters / announcements for teams&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Notes creation &amp;amp; time logging&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ticket creation with links to clients&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Admin dash board&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can see more info here - &lt;a href="https://github.com/Peppermint-Lab/Peppermint"&gt;https://github.com/Peppermint-Lab/Peppermint&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you run into any issues please open a discord issue with any feature requests or bugs that you may face&lt;/p&gt;

&lt;p&gt;Current known bugs&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New ticket modal takes two clicks to launch on initial load.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stack&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Frontend: React &amp;amp; Ant Design&lt;/li&gt;
&lt;li&gt;Backend: Node alongside expressJS&lt;/li&gt;
&lt;li&gt;DB: MongoDB alongside mongoose&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>react</category>
      <category>node</category>
      <category>docker</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Linux Post install Script</title>
      <dc:creator>Jack Andrews</dc:creator>
      <pubDate>Sun, 09 Feb 2020 19:31:33 +0000</pubDate>
      <link>https://dev.to/jwandrews99/linux-post-install-script-384g</link>
      <guid>https://dev.to/jwandrews99/linux-post-install-script-384g</guid>
      <description>&lt;p&gt;Hey Guys,&lt;/p&gt;

&lt;p&gt;I recently wrote a small script to automate the post install section of a server set up. It did okay on r/usefulscripts so i thought i'd share here.  If you're like me and break stuff all the time, saving time by not having type out all the commands when you are setting up your new machine up post install.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.reddit.com/r/usefulscripts/comments/f08c71/basic_linux_set_up_scripts/fgw97o8/?context=3"&gt;https://www.reddit.com/r/usefulscripts/comments/f08c71/basic_linux_set_up_scripts/fgw97o8/?context=3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So after  a few positive comments and a bits of feedback i have since worked on the post install script (new name) rather than calling it a set up script.&lt;/p&gt;

&lt;p&gt;Combining a few of them into one big one, whilst also filling out the features a bit more, looking back the first script was a bit bare.&lt;/p&gt;

&lt;p&gt;The new scripts include :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;speedtest-cli&lt;/li&gt;
&lt;li&gt;Fail2Ban config&lt;/li&gt;
&lt;li&gt;Automatic security updates&lt;/li&gt;
&lt;li&gt;SSH disable root login&lt;/li&gt;
&lt;li&gt;SSH FTP server config&lt;/li&gt;
&lt;li&gt;Optional install of Wireguard VPN server -&lt;/li&gt;
&lt;li&gt;Optional install for docker with portainer management on port 9000&lt;/li&gt;
&lt;li&gt;A message of the day system stats shown on login&lt;/li&gt;
&lt;li&gt;System Clean up after the install&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Coming Next:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Notification / Progress system credit: u/discogravy&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/jwandrews99/Linux-Post-Install"&gt;https://github.com/jwandrews99/Linux-Post-Install&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Any feedback is appreciated, if you have an ideas please let me know and i can potentially make them optional installs&lt;/p&gt;

</description>
      <category>ubuntu</category>
      <category>linux</category>
      <category>script</category>
      <category>bash</category>
    </item>
  </channel>
</rss>
