Commit Graph

  • 9771afebb0 Installing standalonebinary for hugo to get latest version master shockrah 2024-09-29 22:53:43 -0700
  • 23516993e5 Dockerfile git addition shockrah 2024-09-29 21:51:31 -0700
  • ec7c4b2b65 Fixing remaining packaging issues shockrah 2024-09-29 21:36:27 -0700
  • a54ded29e8 Fixing push paths shockrah 2024-09-29 18:24:09 -0700
  • 79835d2560 Building ansible image now shockrah 2024-09-29 18:14:06 -0700
  • 3bd16a1efd Bringing in my own version of srueda99s scp-action for my own use :) shockrah 2024-09-25 19:37:11 -0700
  • 1e6222dfd8 Using a new base image for hugo builds shockrah 2024-09-03 15:40:14 -0700
  • 9cafba8d91 Only build when we push to the website directory shockrah 2024-08-27 18:55:29 -0700
  • bb69d9f5ec Job for pushing to docker hub shockrah 2024-08-27 18:53:17 -0700
  • d6a4b3314c Cloning as a prestep shockrah 2024-08-27 18:08:45 -0700
  • 277f313a6c Finding files shockrah 2024-08-27 18:07:20 -0700
  • 5393200d1d Debug info and proper args order for docker build shockrah 2024-08-27 18:05:31 -0700
  • 72f6f5d0d3 Docker build path fix shockrah 2024-08-27 18:03:33 -0700
  • bc835b45ef Building hugo image shockrah 2024-08-27 18:02:15 -0700
  • 4d54b9aad7 Quick files test shockrah 2024-08-27 17:59:49 -0700
  • 844cef19fd Quick files test shockrah 2024-08-27 17:58:44 -0700
  • 9e181eda49 testing default container shockrah 2024-08-27 16:14:25 -0700
  • 6de0f13416 extracting path shockrah 2024-08-27 16:06:32 -0700
  • 8e1b209405 Converting object to json shockrah 2024-08-27 15:58:36 -0700
  • a1587364e6 Dumping env var data shockrah 2024-08-27 15:57:59 -0700
  • 33862002e7 Fixing labels for container shockrah 2024-08-26 21:29:27 -0700
  • e510e63c67 debuggin t hings shockrah 2024-08-26 21:09:50 -0700
  • c8e6e2c797 bro shockrah 2024-08-26 21:08:21 -0700
  • 10581e5d5d Fixing path shockrah 2024-08-26 21:07:25 -0700
  • eaf41baf22 Using docker:dind-stable for hugo build shockrah 2024-08-26 21:03:38 -0700
  • a806905b40 Simple hugo builder test shockrah 2024-08-26 20:52:57 -0700
  • 7827745c11 test workflow for building out gitea based ci' shockrah 2024-08-26 16:32:44 -0700
  • 0a1f221b40 Selnium with python3 shockrah 2024-03-29 15:42:09 -0700
  • b0b2a3e950 BUilding selenium shockrah 2024-03-24 19:02:42 -0700
  • 980f487f4b Adding login for docker hub shockrah 2024-03-24 19:01:31 -0700
  • df4c0a12fa Reducing docker size for hugo builds shockrah 2023-10-08 20:23:45 -0700
  • 99bac4e6e1 Smaller website image shockrah 2023-10-02 20:38:11 -0700
  • 7de41c8bfd Sampling the pipeline for the build script shockrah 2023-01-16 19:12:04 -0800
  • 6ad30d3826 Missing bash prefix" shockrah 2023-01-16 18:41:51 -0800
  • a7d09be523 New pipeline which may/may not work shockrah 2023-01-16 18:39:57 -0800
  • f86c841167 - Removing fluff pipeline shockrah 2022-05-17 15:31:31 -0700
  • 352b088c97 - Removing fluff * Changin author to modern namesake shockrah 2022-05-17 15:31:09 -0700
  • c619d6284b * Modern readme with actual explanations for things shockrah 2022-05-17 15:29:05 -0700
  • c8a13e5a58 + Working ansible image shockrah 2022-05-17 15:14:23 -0700
  • 2eae59e415 bro shockrah 2022-05-13 23:07:44 -0700
  • 348386fd79 bro shockrah 2022-05-13 23:06:28 -0700
  • 03b599bc56 testing something random idk shockrah 2022-05-13 23:05:14 -0700
  • 435d4e59c8 * Slimming down website docker image shockrah 2021-08-16 17:23:50 -0700
  • 492ec141cc + Ignoring msg file from commits shockrah 2021-06-07 10:44:58 -0700
  • c00ca1942a + Pipelines for freechat prod and pipe versions Both of these are behind 'only' flags to avoid pointless rebuilding shockrah 2021-06-07 10:42:50 -0700
  • 7e166f5eac Not removing ca-certificates since python3-pip and nodejs depend on it shockrah 2021-05-01 16:23:36 -0700
  • 112723cba2 * Fixing issue bad apt-get invocation(missing apt-get update) before mysql installation shockrah 2021-04-29 22:49:08 -0700
  • 0fbd390b4c - Removing layers where needed to reduce build size(hopefully) shockrah 2021-04-29 22:43:29 -0700
  • 7d9e71c866 + Adding python3, pip, and virtualenv to dependancies - Removing mysql client since we don't need it for what we're doing - Removing diesel since it's been replaced with a simpler shell script(that's totally not flaky) ! Try at some point to reduce all this crap outside of testing because dep list is getting larger every day shockrah 2021-04-29 22:33:43 -0700
  • a594dcb558 + Adding mysql to a pipeline specific Freechat docker build ! It's also super jank at the moment so it's not exactly what I would call "stable" Like seriously right now the entrypoint script basically just yeets mysql to the background and snuffs out its logs for the sake of brevity More work needs to be done in order to make sure that the sample user can be safely added to the mysql backend. None of this is being done a safe fashion and frankyl thats ok. shockrah 2021-04-29 17:10:17 -0700
  • 94119e80c7 rebuild of website docker image shockrah 2021-02-15 21:03:30 -0800
  • 836c50a6c2 using rust:slim-buster as base image shockrah 2021-02-10 18:01:08 -0800
  • 425ae60613 0.4 release, however its not yet optimized ata ll for size shockrah 2021-02-09 20:45:38 -0800
  • 26e861ebb9 Freechat docker now builds and integrates git repo code(still rolling release) shockrah 2021-02-09 19:37:47 -0800
  • 7f0e731837 Adding curl for neocities publications shockrah 2021-02-08 19:04:48 -0800
  • bf243f54de new docker for new project shockrah 2020-12-06 22:31:51 -0800
  • d61a9655bb website dockerfile shockrah 2020-10-26 12:59:09 -0700
  • 2093a5479f testing background tasks shockrah 2020-08-06 20:12:53 -0700
  • 6efeabe55d testing ui vars shockrah 2020-08-02 22:09:18 -0700
  • 31f60e0f3b rip for got install flag to apt-get for libssl-dev shockrah 2020-08-02 21:56:58 -0700
  • 72bed05e73 libssl-dev required for building openssl-sys shockrah 2020-08-02 20:51:51 -0700
  • 087b5796a9 fixed some syntax errors, builds fine now shockrah 2020-08-02 20:11:10 -0700
  • 6230048004 setup script for new machines and whatnot => sid repos dont allow for docker somehow they alwayys fail shockrah 2020-08-02 19:51:25 -0700
  • 11f8aed423 binaries and vim swaps shockrah 2020-08-02 19:49:44 -0700
  • 52d0a621ff initial setup shockrah 2020-08-02 19:16:30 -0700